dbt
Here are 312 public repositories matching this topic...
[MACRO] Valid json
What type of re_data dbt macro you would like to add
- validate
What macro should be doing
Return true is string is a valid JSON and can be parsed to JSON
Let's prepare a mixin for interacting with Roles and Policies with the Python client, in case users want to use the API directly.
Do not only have the list, get etc, but also utility methods, such as updating a default role. It should wrap the following logic:
import requests
import json
# Get the ID
data_consumer = requests.get("http://localhost:8585/api/v1/roles/name/DataCo-
Updated
Apr 5, 2022 - Svelte
Support copy into queries
User story
As a user, I quickly want to connect my Snowflake data warehouse with Kuwala to start applying transformations. I only want to put in my credentials and establish the connection. Once connected, I want to see the database schema to see all available tables. For every existing table, I want to see a preview of the data and the column types.
Acceptance criteria
- The
faldbt object already has access to the manifest; we need to pass it here in the exec method. We probably want to pass the dbt manifest directly rather than the fal wrapper as we dont want the fal wrapper to be our public api.
Where it makes sense, we should check inputs for datatype, length etc before processing, and if necessary raise an exception via exceptions.raise_compiler_error.
See: https://github.com/calogica/dbt-expectations/blob/b69ac04cacfe1dfaf1de129778908898e666f9e3/macros/schema_tests/multi-column/expect_compound_columns_to_be_unique.sql#L16
Documentation tasks
-
Updated
Jul 24, 2018 - Python
-
Updated
Mar 29, 2022
-
Updated
Mar 24, 2022 - C
-
Updated
Apr 4, 2022 - TypeScript
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
Jan 27, 2022 - Python
-
Updated
Apr 5, 2022 - Kotlin
-
Updated
Dec 9, 2021 - Python
@mhindery asks whether we could use the binary instead as a lot of other common data engineering projects defer to it now and this forces users to use yet another package.
We will have to test it but I think it should be fine.
Initial discussion happened here:
bitpicky/dbt-sugar#20 (comment)
Other adapters (e.g. dbt-spark) have adopted a single-source-of-truth approach to documentation, prefering to document setup and configuration information only on the docs.getdbt website, rather than duplicating it on the docs page and the adapter repo's readme.
I think we should do the same.
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Apr 4, 2022
-
Updated
Jul 10, 2021 - HCL
-
Updated
Feb 26, 2022 - Python
Improve this page
Add a description, image, and links to the dbt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dbt topic, visit your repo's landing page and select "manage topics."
Description: What is it?
There is way too much content for the user to take in when they try to run a query. They might look at the table information once or twice but it doesn't need to be visible at all times.
For now we could just hide the info under the dropdown. It makes things much cleaner and gives more space for the user to carry out the primary goals. (not a final design, just