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
File details
Details for the file dop_library_dinigo-0.1.4.tar.gz
.
File metadata
- Download URL: dop_library_dinigo-0.1.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.19.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a881f8ee4f662a960e5dedd29738a259a14726924c4811fcf980ee2700d1f05a |
|
MD5 | e7df68c5a6ce5d935f6c8b65662842ae |
|
BLAKE2b-256 | d85a7b2f1ce2b0a30de74ab16b9ec775a35f6da8d4938570f88107790d6dbf51 |
File details
Details for the file dop_library_dinigo-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: dop_library_dinigo-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.19.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81a0d21c4d60c1ca2684c68370a0734c34028184fcc197d681fe2400a21fca8d |
|
MD5 | 8ecbc4f9382eff1f2bc04d5f395882fb |
|
BLAKE2b-256 | 3bc9ebd66e2b380ad4df97943da9c977b439ab436de92b23b65d3062337de473 |