elt
Here are 66 public repositories matching this topic...
Tell us about the problem you're trying to solve
When specifying a Dataset_id, the Google UI often includes the project_id in its naming like this: project_id:dataset_id
Describe the solution you’d like
In the BigQuery destination code, we could accept both syntax:
- project_id:dataset_id
- dataset_id
So it's smoother for the end user whether project_id is specified or not?
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 28, 2019 - Python
-
Updated
Nov 9, 2020 - Java
I'm new to the idea of Data Vault 2.0 and I'm reading the Dan Linstedt book to understand it better.
To help me get a better perspective of how dbtvault works I would like to know how difficult do you think it would be to add support for BigQuery?
Are there specific features of Snowflake which makes it better for running dbt/dbtvault ?
Thanks,
Jacob
-
Updated
Oct 13, 2020 - Java
-
Updated
Jun 16, 2018 - Jupyter Notebook
-
Updated
Dec 11, 2020 - Python
-
Updated
Nov 30, 2020 - C++
-
Updated
Jul 27, 2020 - Scala
-
Updated
Dec 11, 2020 - Java
-
Updated
Dec 8, 2020 - Python
-
Updated
Nov 21, 2020
-
Updated
Dec 2, 2020 - Python
-
Updated
Jan 16, 2020 - TSQL
-
Updated
Oct 28, 2019 - HTML
-
Updated
Sep 29, 2020 - Python
-
Updated
Dec 5, 2018 - PowerShell
-
Updated
Mar 8, 2018 - TeX
-
Updated
Aug 2, 2020 - Python
-
Updated
Sep 3, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the elt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elt topic, visit your repo's landing page and select "manage topics."
Describe the bug
I used the
set_sql_headermacro to declare a BigQuery scripting variable and initialize it so it can be used in the context of my model. The model materialization is of typeincrementalwithincremental_strategy="insert_overwrite"and creates a partitioned table.The initial run (i.e. not incremental) works fine. However a subsequent run (incremental) fails due to syn