Link to the page on docs.getdbt.com requiring updates https://docs.getdbt.com/docs/building-a-dbt-project/building-models/configuring-incremental-models#strategy-specific-configs What part(s) of the page would you like to see updated? Addmerge_exclude_columnsin parallel tomerge_include_columns ...
def update_columns_data_type( self, node: ManifestNode, yaml_file_model_section: Dict[str, Any], columns_db_meta: Dict[str, ColumnMetadata], ) -> int: changes_committed = 0 for column in columns_db_meta: cased_column_name = self.column_casing(column) if cased_column_name in node....
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} percona...
from dbt.tests.util import run_dbt sources_schema_yml = """version: 2 sources: - name: attached_source database: attach_test schema: analytics tables: - name: attached_table description: "An attached table" columns: - name: id description: "An id" tests: - unique - not_null """ mo...
beginMergeAPI. ReturnsJdbcMergeTableHandle, which contains all columns that need to be scanned, (implemented inBaseJdbcClient#updatedScanColumnsForMerge), and the tableHandle of Insert. In the third commit, FTE needs to be supported, so thefinishMergeAPI is also implemented. Write all insert+del...
gastlich mentioned this issue Jun 21, 2024 [Feature] Allow mapping to be used in addition to sequence in YAML to define model columns dbt-labs/dbt-core#10351 Open 3 tasks Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
[Feature] Allow mapping to be used in addition to sequence in YAML to define model columns dbt-labs/dbt-core#10351 Open 3 tasks tyrannosaurusjames mentioned this issue Oct 4, 2024 Invalid YAML format in README WPP-Public/akqa-nz-silverstripe-elastica#45 Open fnordahl added a commit...
client.update_dataset.assert_has_calls( [ mock.call( 1, override_columns=True, description="", extra=json.dumps( { "unique_id": "model.superset_examples.messages_channels", "depends_on": "ref('messages_channels')", "certification": {"details": "This table is produced by dbt"}, }, ...