Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meta to seeds/snapshots #237

Merged
merged 4 commits into from
Nov 2, 2022

Conversation

nhrebinka
Copy link
Contributor

This is to add meta to seeds and snapshots. I tested it on our huge monorepo, works fine and the dims are pulling the right meta fields.

@nhrebinka nhrebinka had a problem deploying to Approve Integration Tests October 31, 2022 18:49 Failure
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests October 31, 2022 18:49 Inactive
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests October 31, 2022 18:49 Inactive
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests October 31, 2022 18:49 Inactive
@nhrebinka nhrebinka had a problem deploying to Approve Integration Tests October 31, 2022 19:09 Failure
@nhrebinka nhrebinka had a problem deploying to Approve Integration Tests October 31, 2022 19:09 Failure
@nhrebinka nhrebinka had a problem deploying to Approve Integration Tests October 31, 2022 19:09 Failure
@nhrebinka nhrebinka had a problem deploying to Approve Integration Tests October 31, 2022 19:09 Failure
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests October 31, 2022 19:17 Inactive
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests October 31, 2022 19:17 Inactive
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests October 31, 2022 19:17 Inactive
@nhrebinka nhrebinka had a problem deploying to Approve Integration Tests October 31, 2022 19:17 Failure
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests November 1, 2022 00:48 Inactive
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests November 1, 2022 00:48 Inactive
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests November 1, 2022 00:48 Inactive
@nhrebinka nhrebinka temporarily deployed to Approve Integration Tests November 1, 2022 00:48 Inactive
@@ -14,6 +14,7 @@ select
cast(null as {{ type_string() }}) as package_name,
cast(null as {{ type_string() }}) as path,
cast(null as {{ type_string() }}) as checksum,
cast(null as {{ type_string() }}) as strategy
cast(null as {{ type_string() }}) as strategy,
cast(null as {{ type_json() }}) as meta
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NiallRees this is some kind of a bug, there is no trailing whitespace in these two files. SQLFluff lints them OK for me locally. Could you pls take a look?

@NiallRees NiallRees merged commit e640c06 into brooklyn-data:main Nov 2, 2022
robertholmes3 pushed a commit to robertholmes3/dbt_artifacts that referenced this pull request Nov 2, 2022
* add meta to seeds/snapshots

* remove quotes - bigquery

* add parse_json

* type_array -> type_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants