This package contains all the utils and functions that are used in the DOP framework.
Project description
DOP Library
This package contains all the utils and functions that are used in the DOP framework.
run_results_to_bq
Takes a run_results.json
file from either local storage or GCS and uploads it
to a BigQuery table using the included
run_results table schema.
It is important that the run_results
table is created according to this
schema. If the schema doesn't match, the insertion might fail silently.
from dop_library import run_results_to_bq
run_results_to_bq(
run_results_path='gs://dbt-data/artifacts/run_results.csv',
dest_dataset_id='dop_test',
dest_table_id='run_results',
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for dop_library_dinigo-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8b26868205f70a907b3c668135682bb5f8b1246f63cb5738d006c0e2f501940 |
|
MD5 | fbdd66e12c84eafbf913f7afdf59fa47 |
|
BLAKE2b-256 | 80d2fd710973bc2fd094a23b5ddb78d485f02d3b19475a0f78b7774470110d60 |