Skip to main content

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

Ensure set TD_API_KEY into environment variable.

Note

As of May 5 2022, if you want to use sqllineage for Trino and Hive logs from Treasure Data, recommend to install sqlparse and sqllineage as the following:

pip install git+https://github.com/chezou/sqlparse.git@trino#egg=sqlparse==0.4.3.dev0
pip install git+https://github.com/chezou/sqllineage.git@trino#egg=sqllineage==1.3.4

You have to ensure to have node environment for sqllineage installation from source.

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

digdaglog2sql-0.0.3.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

digdaglog2sql-0.0.3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file digdaglog2sql-0.0.3.tar.gz.

File metadata

  • Download URL: digdaglog2sql-0.0.3.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1022-azure

File hashes

Hashes for digdaglog2sql-0.0.3.tar.gz
Algorithm Hash digest
SHA256 1009e3368c44501d22f0ee1e9ca207e1ec4df0946017e3d0350e471c52540cbb
MD5 3522ec99ba188db526a9179d6c89f463
BLAKE2b-256 d1a56b23a02354a9e7a0cb3c806a4f12168199cd31ae8c7a9e1e8beda3b16fc5

See more details on using hashes here.

File details

Details for the file digdaglog2sql-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: digdaglog2sql-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1022-azure

File hashes

Hashes for digdaglog2sql-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a78bee78e19e62dd7279e08f15f802521452bb9e5f6f4ee2b55d3ef3a556b718
MD5 c7dc96491618a76c8124cf9f826e4834
BLAKE2b-256 de761711c9989e7572775703ce0f08b0d3971a10911e3b3f7fab130e25222159

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page