awal11
awal11
@lecaillon I am porting this pull request to the current version of Flyway and got it working (I think, I still need more testing). I have a question about the...
Any progress on this? I just wanted to fetch the Developer Entities and reimplemented parts of the functionality myself, but now I see parts have been already done by @sammyrulez...
Not sure if this relates to me, but "I signed the CLA" just in case :-)
+1 I lost some time trying to make api-ai work with Spring Boot due to this issue. At the end I have found a workaround - switched the whole Spring...
Snowflake can also use foreign keys for optimizing joins: https://docs.snowflake.com/en/user-guide/join-elimination#setting-the-rely-constraint-property-to-eliminate-unnecessary-joins
the same problem happens in check-model-name-contract in [this line](https://github.com/awal11/dbt-checkpoint/blob/53e72987bebcb2ad0b1a9ac114403a0b02b0a57a/dbt_checkpoint/check_model_name_contract.py#L34 ) Looking at that - this might affect any other test that relies only on catalog.json?
The typical flow of working with contract would be that you start working with View or Table and only then switch to Dynamic Table (especially that it's not GA in...
@amychen1776 - not sure if closing is the right thing - updating docs (saying it's not working) was a separate issue (https://github.com/dbt-labs/docs.getdbt.com/issues/4869), but ultimately the contract verification should be implemented...
@amychen1776 - hmm, now I am confused.... By contract verification I understand the [dbt functionality described as:](https://docs.getdbt.com/docs/collaborate/govern/model-contracts#how-to-define-a-contract_) > dbt will run a "preflight" check to ensure that the model's query...
> If you add full_refresh: true, then the table will get refreshed every time you run dbt and you lose the benefits. Clearly yes, but how do I get the...