146 questions
Best practices
0 votes
1 replies
58 views
Inquiry: Best Practices for Automating Superset Dashboard Deployments via CI/CD
How to automate deployment of Superset dashboards, charts, and datasets to the target environment (UAT/Prod) from Bitbucket using a CI/CD pipeline running on Cloud Build, Bitbucket Pipelines, or ...
0 votes
1 answer
302 views
How to Run Liquibase Updates Programmatically in Version 4.29 with Rollback Support?
I'm currently using Liquibase version 4.29 in my Spring application and I want to run Liquibase updates programmatically instead of via the command line. I have enabled Liquibase with the property ...
0 votes
1 answer
776 views
How to Baseline an sql script so that it won't show in the pending migrations in flyway
I have an existing postgresql database. I am trying to apply version control tool like flyway. I am using desktop app community version 6.6.1.0. I am trying to create a baseline script from here. But ...
0 votes
0 answers
201 views
How can I disable sqlalchemy versioning auto-populate transaction table for running tests?
I am working with sqlalchemy-continuum to use versioning on selected database tables in a flask app with mssql. In my end-to-end tests I run a flask app context that populates flask's global g object ...
0 votes
1 answer
130 views
How to update entries in a database created by spring and jpa
i'm supposed to version the records in a database by year. so if i get a new file from the year 2023 the entries should be changed according to the year. i'm not finding anything useful to versioning ...
0 votes
2 answers
195 views
vespa json object changes to string
i have vespa verion 5.220.14 installed in one server where i have used json (provided by gson lib ) in searcher, while i am deploying the same code in vespa version 5.550 in a diffrentserver it is not ...
2 votes
1 answer
106 views
Versioning document changes in Vespa
I would like to allow for versioning of text in Vespa. If a user changes certain fields over time the changes would be tracked and versions could be restored. I imagine a solution running in parallel ...
1 vote
1 answer
896 views
How to skip all callbacks except paper-trail when updating an ActiveRecord model using update_column method?
I am new to rails. I want to track the versions of my record using paper_trail gem but I am not able to do so when I use the update_columns method. I think overriding the update_columns method may ...
0 votes
1 answer
454 views
Is there a way to store database modifications with a versioning feature (for eventual versions comparaison)?
I'm working on a project where users could upload excel files into a MySQL database. Those files are the main source of our data as they come directly from the contractors working with the company. ...
3 votes
1 answer
700 views
Versioning concept for records with relationships (foreign key) [Database]
With the versioning concept of having a extra history/revision table for each table, where you want to keep track of the changes, I am wondering how to handle the relationships (foreign keys)? Example:...
-1 votes
3 answers
157 views
How onUpgrade() works if anyone uninstall and cleared all data?
I'm working on an android app for some days using SQLite as databse. Sometimes I had to add column. For this reason, I just change database version and write down the changes in onUpgrade() like this: ...
2 votes
0 answers
192 views
VS 2019 - When I press the F5 button on the SQL Server Database Project I don't want to deploy to the database. I just want to build the project
I am currently working on database versioning project. And I'm using a SQL Server Database Project for this. But we'll not use local database on the SSDT Project. Therefore I don't want to deployment ...
1 vote
1 answer
1k views
Does the Azure Storage Emulator support blob versioning? If so, how do I enable it?
I am developing a C# ASP.NET Core web application for Azure. I am using the Microsoft Azure Storage Emulator for local testing: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-...
-1 votes
1 answer
242 views
Django (DRF) Serializers and MariDB Versioning Tables
MariaDB has this cool feature of tables versioning that allow you to keep track of data changes within a table like a VCS. According to Django documentation, MariaDB is supported by the latest Django ...
2 votes
1 answer
310 views
possible ways to version your RDF store in gitlab
what are the possible ways to version your RDF store in gitlab?