Extract SQLs from digdag log
Project description
digdaglog2sql
Install
pip install --user digdaglog2sql
or,
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install digdaglog2sql
Usage
$ digdaglog2sql --help
Usage: digdaglog2sql [OPTIONS]
Options:
--input FILENAME Option is mutually exclusive with session_id,
site.
--session-id INTEGER Session ID of workflow. Option is mutually
exclusive with input.
--site [us|jp|eu01|ap02|ap03] Option is mutually exclusive with input.
--output FILENAME [required]
--drop-cdp-db If true, drop cdp_audience_xxx DB name.
--help Show this message and exit.
You can use log file on local environment.
digdaglog2sql --input workflow-log.txt --output output.sql
Or, you can use Session ID of Treasure Workflow.
digdaglog2sql --session-id 12345 --site us --output output.sql
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
digdaglog2sql-0.0.1.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file digdaglog2sql-0.0.1.tar.gz
.
File metadata
- Download URL: digdaglog2sql-0.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a107461db12717efbd40d562bd9761158c0a4d5ee226d51dd326ab1c9976dfff |
|
MD5 | f618b4af442139342c263481e2dc11ee |
|
BLAKE2b-256 | 705009de02bd2c41cefd73172eda60cac4dfa1f7f8b96da1267af5006dead5a1 |
File details
Details for the file digdaglog2sql-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: digdaglog2sql-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 954474b5b4bc324fe8d16aba944c83ca918e9d6035ab91563ca4a173ec053671 |
|
MD5 | 08bae18d43f59b0250f82e62a0940e7e |
|
BLAKE2b-256 | 4caa5fc5d3b14f29ff7287c46c4995499a064bc76358465b720f9e730070ad31 |