Skip to content
#

dbt

Here are 312 public repositories matching this topic...

PriPatel
PriPatel commented Mar 31, 2022

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

feature-request frontend good first issue
pmbrull
pmbrull commented Apr 4, 2022

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
good first issue client
kuwala
mattigrthr
mattigrthr commented Mar 21, 2022

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
enhancement good first issue core new data source
fal
turbo1912
turbo1912 commented Feb 4, 2022

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.

https://github.com/fal-ai/fal/blob/8f17b4f32c96f8d3e2fbb1534ccebca3a9276bcf/src/fal/run_scripts.py#L22-L47

feature request good first issue
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

enhancement good first issue feature
bastienboutonnet
bastienboutonnet commented Sep 6, 2021

@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)

good first issue help wanted triaged: no dependencies
dataders
dataders commented Nov 30, 2021

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.

documentation good first issue

Improve this page

Add a description, image, and links to the dbt 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 dbt topic, visit your repo's landing page and select "manage topics."

Learn more