waterworthd-cim
waterworthd-cim
### Feature description dlt has a `biqquery_adaptor` that accepts a partition column name, this is rather limiting, big query supports different partition types (i.e. timestamp | date | datetime |...
### Feature description We have a number of postgres sources that cannot be configured for CDC and many tables are large and don't have a suitable incremental/cursor column (ie. last_changed)....
### Feature description I have a postgres source that has an INTERVAL datatype and I'm using `sql_database` as I'm using my own incremental strategy based on `xmin`. I'm getting a...
### Description I'm evaluating commitizen as a simpler alternative to python-sematantic-release and other tools. I've run into two issues, first the `cz init` command fails due to `Config file pyproject.toml...
### Search before asking - [x] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description There are two different dbt clients, `dbt core` and `dbt cloud cli` (https://docs.getdbt.com/docs/cloud/cloud-cli-installation)....
### Describe the feature All of the examples in the README.md etc result in [MissingArgumentsPropertyInGenericTestDeprecation](https://docs-getdbt-com-git-test-arguments-deprecations-dbt-labs.vercel.app/reference/deprecations#missingargumentspropertyingenerictestdeprecation) ### Who will this benefit? Its confusing when the documentation uses deprected syntax. ### Are...
### Expected behavior I have dbt cloud and dbt fusion installed. In vscode when I try and change the `Dbt Integration` setting from cloud to fusion I get a toast...
I'm not sure if I'm doing something wrong but the documentation for fifi vs round_robin (https://dlthub.com/docs/reference/performance#resources-extraction-fifo-vs-round-robin) states ``` [extract] # global setting next_item_mode="round_robin" [sources.my_pipeline.extract] # setting for the "my_pipeline" pipeline...
### dlt version 1.17.1 ### Source name airtable ### Describe the problem The airtable source assumes the airtable primary field is functionally equivalent to a primary key. However it isn't,...
#### What language are you using? **Python** #### What version are you using? 0.4.4 #### What database are you using? PostgreSQL #### What dataframe are you using? Arrow / Arrow...