Matt Menzenski
Matt Menzenski
I am happy to work on this idea - it feels like it'd be big. Would this be a good use case for a "liquibase plugin" approach?
@barrywhart they can span multiple lines, but it gets complicated. Each line in the multiline rollback has to begin with the `--rollback` comment. If one rollback needs to include multiple...
> Would Liquibase be used in conjunction with another templater (such as Jinja or dbt)? If not, it may be possible to implement it as a templater We are not...
Fortunately Liquibase is open source, so I can look at [the source code for the formatted SQL changelog parser](https://github.com/liquibase/liquibase/blob/83faa2125953a4761e6a711cbf5818b267a9b3b9/liquibase-core/src/main/java/liquibase/parser/core/formattedsql/FormattedSqlChangeLogParser.java#L71).
Also very interested in this use case, we have MongoDB + AWS DocumentDB source systems we would love to be able to diff against Redshift.
Commenting to re-open this issue - still very interested in this use case
> Can you say more about how you're using the runs table? Is it something that you glance at occasionally, or are some of your workflows dependent on it? We...
The other thought I had is that we're moving from Postgres into Snowflake for our warehouse. System database support for Snowflake would accomplish the same goal for us (continue to...
It seems to be possible to pass Argo Workflows orchestrator information today: ```shell dbt run --select elementary --vars '{orchestrator: "Argo Workflows", job_id: "{{workflow.name}}", job_run_id: "{{workflow.uid}}"}' ```
Thanks all - I'm new to Meltano but happy to work on a PR for this. Is there any existing convention around project configuration (as opposed to plugin configuration) I...