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',
)
Release files for dop-library-dinigo 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dop_library_dinigo-0.1.4.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dop_library_dinigo-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.1 kB
Release files / dop_library_dinigo-0.1.4.tar.gz
| Download URL | dop_library_dinigo-0.1.4.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a881f8ee4f662a960e5dedd29738a259a14726924c4811fcf980ee2700d1f05a
|
|
BLAKE2b-256 checksum How to use checksums |
d85a7b2f1ce2b0a30de74ab16b9ec775a35f6da8d4938570f88107790d6dbf51
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.19.0
|
Release files / dop_library_dinigo-0.1.4-py3-none-any.whl
| Download URL | dop_library_dinigo-0.1.4-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
81a0d21c4d60c1ca2684c68370a0734c34028184fcc197d681fe2400a21fca8d
|
|
BLAKE2b-256 checksum How to use checksums |
3bc9ebd66e2b380ad4df97943da9c977b439ab436de92b23b65d3062337de473
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.19.0
|