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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dop_library_dinigo-0.1.3.tar.gz.
File metadata
- Download URL: dop_library_dinigo-0.1.3.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 |
92fac0e499125e88cdd7d2e511b52a59ccb03787eb013a54ed36094f3556cb89
|
|
| MD5 |
8ee23517cca00d6098a95b4ee74f1e32
|
|
| BLAKE2b-256 |
c73be9108cd2b6182137c362ca45cba55ce81b5da098a3abef7dec4d19c34de2
|
File details
Details for the file dop_library_dinigo-0.1.3-py3-none-any.whl.
File metadata
- Download URL: dop_library_dinigo-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.19.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccb20413d27bd25d9838e4cd57ff9b7c6e6de75ea172009bc8f4da7606fbbff0
|
|
| MD5 |
2412bb96f78c2205dca28a951e3d714d
|
|
| BLAKE2b-256 |
e8226f8538f79371884706ec466c32ab10dd91986e7e9c38e0ba6650b25a86e3
|