Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/65780a128faa162faf5ea4e8a717a3b6 to your computer and use it in GitHub Desktop.
Save r-ryantm/65780a128faa162faf5ea4e8a717a3b6 to your computer and use it in GitHub Desktop.
/nix/store/i9cgm9ypbp92bs2z2wqk68wawrdyiv3p-luigi-2.8.13
├── bin
│   ├── luigi
│   ├── luigid
│   ├── luigi-deps
│   ├── luigi-deps-tree
│   └── luigi-grep
├── lib
│   └── python3.7
│   └── site-packages
│   ├── luigi
│   │   ├── batch_notifier.py
│   │   ├── cmdline_parser.py
│   │   ├── cmdline.py
│   │   ├── configuration
│   │   │   ├── base_parser.py
│   │   │   ├── cfg_parser.py
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base_parser.cpython-37.pyc
│   │   │   │   ├── cfg_parser.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── toml_parser.cpython-37.pyc
│   │   │   └── toml_parser.py
│   │   ├── contrib
│   │   │   ├── azureblob.py
│   │   │   ├── batch.py
│   │   │   ├── beam_dataflow.py
│   │   │   ├── bigquery_avro.py
│   │   │   ├── bigquery.py
│   │   │   ├── datadog_metric.py
│   │   │   ├── dataproc.py
│   │   │   ├── docker_runner.py
│   │   │   ├── dropbox.py
│   │   │   ├── ecs.py
│   │   │   ├── esindex.py
│   │   │   ├── external_daily_snapshot.py
│   │   │   ├── external_program.py
│   │   │   ├── ftp.py
│   │   │   ├── gcp.py
│   │   │   ├── gcs.py
│   │   │   ├── hadoop_jar.py
│   │   │   ├── hadoop.py
│   │   │   ├── hdfs
│   │   │   │   ├── abstract_client.py
│   │   │   │   ├── clients.py
│   │   │   │   ├── config.py
│   │   │   │   ├── error.py
│   │   │   │   ├── format.py
│   │   │   │   ├── hadoopcli_clients.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── abstract_client.cpython-37.pyc
│   │   │   │   │   ├── clients.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   │   ├── format.cpython-37.pyc
│   │   │   │   │   ├── hadoopcli_clients.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── snakebite_client.cpython-37.pyc
│   │   │   │   │   ├── target.cpython-37.pyc
│   │   │   │   │   └── webhdfs_client.cpython-37.pyc
│   │   │   │   ├── snakebite_client.py
│   │   │   │   ├── target.py
│   │   │   │   └── webhdfs_client.py
│   │   │   ├── hive.py
│   │   │   ├── __init__.py
│   │   │   ├── kubernetes.py
│   │   │   ├── lsf.py
│   │   │   ├── lsf_runner.py
│   │   │   ├── mongodb.py
│   │   │   ├── mrrunner.py
│   │   │   ├── mssqldb.py
│   │   │   ├── mysqldb.py
│   │   │   ├── opener.py
│   │   │   ├── pai.py
│   │   │   ├── pig.py
│   │   │   ├── postgres.py
│   │   │   ├── presto.py
│   │   │   ├── prometheus_metric.py
│   │   │   ├── __pycache__
│   │   │   │   ├── azureblob.cpython-37.pyc
│   │   │   │   ├── batch.cpython-37.pyc
│   │   │   │   ├── beam_dataflow.cpython-37.pyc
│   │   │   │   ├── bigquery_avro.cpython-37.pyc
│   │   │   │   ├── bigquery.cpython-37.pyc
│   │   │   │   ├── datadog_metric.cpython-37.pyc
│   │   │   │   ├── dataproc.cpython-37.pyc
│   │   │   │   ├── docker_runner.cpython-37.pyc
│   │   │   │   ├── dropbox.cpython-37.pyc
│   │   │   │   ├── ecs.cpython-37.pyc
│   │   │   │   ├── esindex.cpython-37.pyc
│   │   │   │   ├── external_daily_snapshot.cpython-37.pyc
│   │   │   │   ├── external_program.cpython-37.pyc
│   │   │   │   ├── ftp.cpython-37.pyc
│   │   │   │   ├── gcp.cpython-37.pyc
│   │   │   │   ├── gcs.cpython-37.pyc
│   │   │   │   ├── hadoop.cpython-37.pyc
│   │   │   │   ├── hadoop_jar.cpython-37.pyc
│   │   │   │   ├── hive.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── kubernetes.cpython-37.pyc
│   │   │   │   ├── lsf.cpython-37.pyc
│   │   │   │   ├── lsf_runner.cpython-37.pyc
│   │   │   │   ├── mongodb.cpython-37.pyc
│   │   │   │   ├── mrrunner.cpython-37.pyc
│   │   │   │   ├── mssqldb.cpython-37.pyc
│   │   │   │   ├── mysqldb.cpython-37.pyc
│   │   │   │   ├── opener.cpython-37.pyc
│   │   │   │   ├── pai.cpython-37.pyc
│   │   │   │   ├── pig.cpython-37.pyc
│   │   │   │   ├── postgres.cpython-37.pyc
│   │   │   │   ├── presto.cpython-37.pyc
│   │   │   │   ├── prometheus_metric.cpython-37.pyc
│   │   │   │   ├── pyspark_runner.cpython-37.pyc
│   │   │   │   ├── rdbms.cpython-37.pyc
│   │   │   │   ├── redis_store.cpython-37.pyc
│   │   │   │   ├── redshift.cpython-37.pyc
│   │   │   │   ├── s3.cpython-37.pyc
│   │   │   │   ├── salesforce.cpython-37.pyc
│   │   │   │   ├── scalding.cpython-37.pyc
│   │   │   │   ├── sge.cpython-37.pyc
│   │   │   │   ├── sge_runner.cpython-37.pyc
│   │   │   │   ├── simulate.cpython-37.pyc
│   │   │   │   ├── spark.cpython-37.pyc
│   │   │   │   ├── sparkey.cpython-37.pyc
│   │   │   │   ├── sqla.cpython-37.pyc
│   │   │   │   ├── ssh.cpython-37.pyc
│   │   │   │   ├── target.cpython-37.pyc
│   │   │   │   └── webhdfs.cpython-37.pyc
│   │   │   ├── pyspark_runner.py
│   │   │   ├── rdbms.py
│   │   │   ├── redis_store.py
│   │   │   ├── redshift.py
│   │   │   ├── s3.py
│   │   │   ├── salesforce.py
│   │   │   ├── scalding.py
│   │   │   ├── sge.py
│   │   │   ├── sge_runner.py
│   │   │   ├── simulate.py
│   │   │   ├── sparkey.py
│   │   │   ├── spark.py
│   │   │   ├── sqla.py
│   │   │   ├── ssh.py
│   │   │   ├── target.py
│   │   │   └── webhdfs.py
│   │   ├── date_interval.py
│   │   ├── db_task_history.py
│   │   ├── event.py
│   │   ├── execution_summary.py
│   │   ├── format.py
│   │   ├── freezing.py
│   │   ├── __init__.py
│   │   ├── interface.py
│   │   ├── local_target.py
│   │   ├── lock.py
│   │   ├── __main__.py
│   │   ├── __meta__.py
│   │   ├── metrics.py
│   │   ├── mock.py
│   │   ├── notifications.py
│   │   ├── parameter.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── batch_notifier.cpython-37.pyc
│   │   │   ├── cmdline.cpython-37.pyc
│   │   │   ├── cmdline_parser.cpython-37.pyc
│   │   │   ├── date_interval.cpython-37.pyc
│   │   │   ├── db_task_history.cpython-37.pyc
│   │   │   ├── event.cpython-37.pyc
│   │   │   ├── execution_summary.cpython-37.pyc
│   │   │   ├── format.cpython-37.pyc
│   │   │   ├── freezing.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interface.cpython-37.pyc
│   │   │   ├── local_target.cpython-37.pyc
│   │   │   ├── lock.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── __meta__.cpython-37.pyc
│   │   │   ├── metrics.cpython-37.pyc
│   │   │   ├── mock.cpython-37.pyc
│   │   │   ├── notifications.cpython-37.pyc
│   │   │   ├── parameter.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   ├── retcodes.cpython-37.pyc
│   │   │   ├── rpc.cpython-37.pyc
│   │   │   ├── scheduler.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   ├── setup_logging.cpython-37.pyc
│   │   │   ├── six.cpython-37.pyc
│   │   │   ├── target.cpython-37.pyc
│   │   │   ├── task.cpython-37.pyc
│   │   │   ├── task_history.cpython-37.pyc
│   │   │   ├── task_register.cpython-37.pyc
│   │   │   ├── task_status.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── worker.cpython-37.pyc
│   │   ├── retcodes.py
│   │   ├── rpc.py
│   │   ├── scheduler.py
│   │   ├── server.py
│   │   ├── setup_logging.py
│   │   ├── six.py
│   │   ├── static
│   │   │   └── visualiser
│   │   │   ├── css
│   │   │   │   ├── font-awesome.min.css
│   │   │   │   ├── luigi.css
│   │   │   │   └── tipsy.css
│   │   │   ├── fonts
│   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   ├── fontawesome-webfont.woff2
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── graph.js
│   │   │   │   ├── luigi.js
│   │   │   │   ├── test
│   │   │   │   │   └── graph_test.js
│   │   │   │   ├── tipsy.js
│   │   │   │   └── visualiserApp.js
│   │   │   ├── lib
│   │   │   │   ├── AdminLTE
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── AdminLTE.min.css
│   │   │   │   │   │   ├── skin-green-light.min.css
│   │   │   │   │   │   └── skin-green.min.css
│   │   │   │   │   └── js
│   │   │   │   │   └── app.min.js
│   │   │   │   ├── bootstrap3
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   │   └── bootstrap-theme.min.css
│   │   │   │   │   └── js
│   │   │   │   │   └── bootstrap.min.js
│   │   │   │   ├── bootstrap-toggle
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── bootstrap-toggle.min.css
│   │   │   │   │   └── js
│   │   │   │   │   └── bootstrap-toggle.min.js
│   │   │   │   ├── d3
│   │   │   │   │   ├── d3.min.js
│   │   │   │   │   └── dagre-d3.min.js
│   │   │   │   ├── datatables
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── jquery.dataTables.min.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   │   │   ├── sort_asc.png
│   │   │   │   │   │   ├── sort_both.png
│   │   │   │   │   │   ├── sort_desc_disabled.png
│   │   │   │   │   │   └── sort_desc.png
│   │   │   │   │   └── js
│   │   │   │   │   └── jquery.dataTables.min.js
│   │   │   │   ├── jquery-1.10.0.min.js
│   │   │   │   ├── jquery.slimscroll.min.js
│   │   │   │   ├── jquery-ui
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   │   └── jquery-ui-1.10.3.custom.min.css
│   │   │   │   │   └── js
│   │   │   │   │   └── jquery-ui-1.10.3.custom.min.js
│   │   │   │   ├── mustache.js
│   │   │   │   └── URI
│   │   │   │   └── 1.18.2
│   │   │   │   └── URI.js
│   │   │   └── test.html
│   │   ├── target.py
│   │   ├── task_history.py
│   │   ├── task.py
│   │   ├── task_register.py
│   │   ├── task_status.py
│   │   ├── templates
│   │   │   ├── history.html
│   │   │   ├── layout.html
│   │   │   ├── menu.html
│   │   │   ├── recent.html
│   │   │   └── show.html
│   │   ├── tools
│   │   │   ├── deps.py
│   │   │   ├── deps_tree.py
│   │   │   ├── __init__.py
│   │   │   ├── luigi_grep.py
│   │   │   ├── __pycache__
│   │   │   │   ├── deps.cpython-37.pyc
│   │   │   │   ├── deps_tree.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── luigi_grep.cpython-37.pyc
│   │   │   │   └── range.cpython-37.pyc
│   │   │   └── range.py
│   │   ├── util.py
│   │   └── worker.py
│   └── luigi-2.8.13.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
44 directories, 278 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment