Skip to content
#

elt

Here are 66 public repositories matching this topic...

dbt
pcasteran
pcasteran commented Dec 6, 2020

Describe the bug

I used the set_sql_header macro 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 type incremental with incremental_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

ChristopheDuong
ChristopheDuong commented Dec 4, 2020

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?

dbtvault
chapmanjacobd
chapmanjacobd commented Dec 15, 2019

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

Improve this page

Add a description, image, and links to the elt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.