Skip to content
#

dbt

Here are 335 public repositories matching this topic...

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
elementary
oravi
oravi commented May 7, 2022

Task Overview

  • Currently timestamp_column is the only configuration that is needed to be configured globally in the model config section (usually it's being configured in the properties.yml under elementary in the config tag).
  • Passing the timestamp_column as a test param will enable running multiple tests with different timestamp columns. For example running a test with updated_at colum
enhancement good first issue
kuwala
IritaSee
IritaSee commented Jan 3, 2022

In this PR, I wanted to solve issue #25 by creating a CSV file to list and also help the brand property matching process. This PR including:

  • Compile a list of all brand names and operator names from the name-suggestion-index as a CSV with the columns id, display_name, and wiki_data in tmp folder.
    Deadline: 05.01.2022

  • Create a PySpark UDF similar to the ones in the osm

enhancement good first issue pipeline/osm-poi
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
thomas-gerber
thomas-gerber commented May 17, 2022

Describe the bug
In DORA dashboards, for the top left gauge chart Weekly Release / Deployment Frequency (Avg), we use a UI built query to compute the average. It is incorrect because weeks with no releases / deployments are simply ignored in the final averaging because of how the query is built. Indeed, the first aggregation that counts per week will have no entries for week with no release /

bug good first issue
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