LICENSE
README.md
setup.cfg
setup.py
tox.ini
data/examples_config.cfg
data/people.txt
data/pipeline_train_seed_data.csv
data/vegetables_for_greek_salad.txt
data/vegetables_for_pasta_salad.txt
data/wine_quality.csv
data/wine_quality.csv.gz
data/wine_quality.py27.parquet
data/wine_quality.py36.parquet
data/wine_quality_minimized.csv
data/partitioned_data/2018-09-01/file.csv
data/partitioned_data/2018-09-02/file.csv
data/partitioned_data/2018-09-03/file.csv
data/partitioned_data/2018-09-03/file2.csv
data/raw_logs/2018-06-20.txt
data/raw_logs/2018-06-21.txt
data/raw_logs/2018-06-22.txt
src/dbnd_examples/__init__.py
src/dbnd_examples/_plugin.py
src/dbnd_examples/conftest.py
src/dbnd_examples/data.py
src/dbnd_examples.egg-info/PKG-INFO
src/dbnd_examples.egg-info/SOURCES.txt
src/dbnd_examples.egg-info/dependency_links.txt
src/dbnd_examples.egg-info/entry_points.txt
src/dbnd_examples.egg-info/not-zip-safe
src/dbnd_examples.egg-info/requires.txt
src/dbnd_examples.egg-info/top_level.txt
src/dbnd_examples/dbnd_airflow/__init__.py
src/dbnd_examples/dbnd_airflow/bash_dag.py
src/dbnd_examples/dbnd_airflow/clear_dag.py
src/dbnd_examples/dbnd_airflow/dbnd_dags_from_file.py
src/dbnd_examples/dbnd_airflow/python_op_dag.py
src/dbnd_examples/dbnd_airflow/monitoring_templates/redshift_cluster_monitor_template.py
src/dbnd_examples/dbnd_airflow/monitoring_templates/redshift_table_monitor_template.py
src/dbnd_examples/dbnd_airflow/snowflake/__init__.py
src/dbnd_examples/dbnd_airflow/snowflake/snowflake_dag.py
src/dbnd_examples/dbnd_airflow/snowflake/snowflake_log_hook_dag.py
src/dbnd_examples/dbnd_spark/__init__.py
src/dbnd_examples/dbnd_spark/spark_jvm/pom.xml
src/dbnd_examples/dbnd_spark/spark_jvm/src/main/java/ai/databand/examples/AddDressing.java
src/dbnd_examples/dbnd_spark/spark_jvm/src/main/java/ai/databand/examples/Cut.java
src/dbnd_examples/dbnd_spark/spark_jvm/src/main/java/ai/databand/examples/WordCount.java
src/dbnd_examples/dbnd_spark/spark_jvm/src/main/java/ai/databand/examples/WordCountWithHtml.java
src/dbnd_examples/orchestration/__init__.py
src/dbnd_examples/orchestration/customizations/__init__.py
src/dbnd_examples/orchestration/customizations/custom_decorator.py
src/dbnd_examples/orchestration/customizations/custom_decorator2.py
src/dbnd_examples/orchestration/customizations/custom_logging.py
src/dbnd_examples/orchestration/customizations/custom_marshaller_excel.py
src/dbnd_examples/orchestration/customizations/custom_marshaller_override.py
src/dbnd_examples/orchestration/customizations/custom_output_factory.py
src/dbnd_examples/orchestration/customizations/custom_output_location.py
src/dbnd_examples/orchestration/customizations/custom_paramester_user_object.py
src/dbnd_examples/orchestration/customizations/custom_target.py
src/dbnd_examples/orchestration/customizations/custom_value_type.py
src/dbnd_examples/orchestration/dbnd_airflow/__init__.py
src/dbnd_examples/orchestration/dbnd_airflow/scheduled_dbnd_check.py
src/dbnd_examples/orchestration/dbnd_aws/__init__.py
src/dbnd_examples/orchestration/dbnd_aws/ingest_pipeline.py
src/dbnd_examples/orchestration/dbnd_aws/sync_operators.py
src/dbnd_examples/orchestration/dbnd_aws/airflow/__init__.py
src/dbnd_examples/orchestration/dbnd_aws/airflow/scheduled_sensor.py
src/dbnd_examples/orchestration/dbnd_docker/__init__.py
src/dbnd_examples/orchestration/dbnd_docker/docker_run_task_test.py
src/dbnd_examples/orchestration/dbnd_docker/dockerized_pipeline.py
src/dbnd_examples/orchestration/dbnd_gcp/__init__.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_bigquery/__init__.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_bigquery/wine_quality_big_query.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_dataflow/__init__.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_dataflow/dataflow_word_count.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_dataflow/dataflow_word_count_inline.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_dataflow/parameters.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_dataflow/pybeam/__init__.py
src/dbnd_examples/orchestration/dbnd_gcp/tool_dataflow/pybeam/wordcount.py
src/dbnd_examples/orchestration/dbnd_spark/__init__.py
src/dbnd_examples/orchestration/dbnd_spark/read_from_multiple_sources.py
src/dbnd_examples/orchestration/dbnd_spark/salad_spark.py
src/dbnd_examples/orchestration/dbnd_spark/spark_config_examples.py
src/dbnd_examples/orchestration/dbnd_spark/word_count.py
src/dbnd_examples/orchestration/dbnd_spark/word_count_with_deequ.py
src/dbnd_examples/orchestration/dbnd_spark/scripts/__init__.py
src/dbnd_examples/orchestration/dbnd_spark/scripts/add_dressing.py
src/dbnd_examples/orchestration/dbnd_spark/scripts/cut_salad.py
src/dbnd_examples/orchestration/dbnd_spark/scripts/word_count.py
src/dbnd_examples/orchestration/examples/__init__.py
src/dbnd_examples/orchestration/examples/report.py
src/dbnd_examples/orchestration/examples/salad.py
src/dbnd_examples/orchestration/examples/top_artists.py
src/dbnd_examples/orchestration/examples/top_artists__as_task_class.py
src/dbnd_examples/orchestration/examples/wine_quality.py
src/dbnd_examples/orchestration/examples/wine_quality_as_notebook.ipynb
src/dbnd_examples/orchestration/examples/wine_quality_as_task_class.py
src/dbnd_examples/orchestration/examples/wine_quality_pipeline.png
src/dbnd_examples/orchestration/features/__init__.py
src/dbnd_examples/orchestration/features/dynamic_tasks_with_pipeline.py
src/dbnd_examples/orchestration/features/example_dict_of_data_frames.py
src/dbnd_examples/orchestration/features/example_folder.py
src/dbnd_examples/orchestration/features/example_output_per_id.py
src/dbnd_examples/orchestration/features/partitioned_by_day.py
src/dbnd_examples/orchestration/features/partitioned_calculations_pipeline.py
src/dbnd_examples/orchestration/features/partitioned_data_pipeline.py
src/dbnd_examples/orchestration/features/partitioned_inputs.py
src/dbnd_examples/orchestration/features/pipeline_with_sub_runs.py
src/dbnd_examples/orchestration/tool_mxnet/__init__.py
src/dbnd_examples/orchestration/tool_mxnet/data.py
src/dbnd_examples/orchestration/tool_mxnet/mxnet_digit_mnist.py
src/dbnd_examples/orchestration/tool_mxnet/mxnet_fashion_mnist.py
src/dbnd_examples/orchestration/tool_mxnet/mxnet_task.py
src/dbnd_examples/orchestration/tool_sagemaker/__init__.py
src/dbnd_examples/orchestration/tool_sagemaker/amazon_video_reviews.py
src/dbnd_examples/orchestration/tool_sagemaker/mnist.py
src/dbnd_examples/orchestration/tool_sagemaker/mnist_pytorch.py
src/dbnd_examples/orchestration/tool_sklearn/__init__.py
src/dbnd_examples/orchestration/tool_sklearn/generate.py
src/dbnd_examples/orchestration/tool_sklearn/run_example.sh
src/dbnd_examples/orchestration/tool_sklearn/sklearn_example.py
src/dbnd_examples/orchestration/tool_sklearn/train_pipeline.py
src/dbnd_examples/orchestration/tool_sklearn/train_via_spark.py
src/dbnd_examples/orchestration/tool_tensorflow/__init__.py
src/dbnd_examples/orchestration/tool_tensorflow/iris.py
src/dbnd_examples/orchestration/tool_tensorflow/tf_iris.py
src/dbnd_examples/orchestration/tool_tensorflow/tf_simple.py
src/dbnd_examples/orchestration/tutorial_syntax/T01_tasks_and_pipelines.py
src/dbnd_examples/orchestration/tutorial_syntax/T02_task_parameters.py
src/dbnd_examples/orchestration/tutorial_syntax/T03_task_outputs.py
src/dbnd_examples/orchestration/tutorial_syntax/T11_data_wiring.py
src/dbnd_examples/orchestration/tutorial_syntax/T12_data_pandas_and_numpy.py
src/dbnd_examples/orchestration/tutorial_syntax/T21_task_that_calls_other_tasks.py
src/dbnd_examples/orchestration/tutorial_syntax/T22_user_class_as_task.py
src/dbnd_examples/orchestration/tutorial_syntax/__init__.py
src/dbnd_examples/tests/__init__.py
src/dbnd_examples/tests/documentation/__init__.py
src/dbnd_examples/tests/documentation/orchestration/__init__.py
src/dbnd_examples/tests/documentation/orchestration/test_doc_faq.py
src/dbnd_examples/tests/documentation/orchestration/test_doc_object_configuration.py
src/dbnd_examples/tests/documentation/orchestration/test_doc_task_configuration_defaults.py
src/dbnd_examples/tests/documentation/orchestration/test_doc_task_object.py
src/dbnd_examples/tests/documentation/orchestration/test_quick_start_wine_quality.py
src/dbnd_examples/tests/documentation/orchestration/environment_configuration/__init__.py
src/dbnd_examples/tests/documentation/orchestration/k8s_integration/__init__.py
src/dbnd_examples/tests/documentation/orchestration/k8s_integration/test_doc_kubernetes_engine_configuration.py
src/dbnd_examples/tests/documentation/orchestration/k8s_integration/test_doc_setup_k8s_cluster.py
src/dbnd_examples/tests/documentation/orchestration/object_configuration/__init__.py
src/dbnd_examples/tests/documentation/orchestration/object_configuration/test_doc_configuration_layers.py
src/dbnd_examples/tests/documentation/orchestration/quickstart/__init__.py
src/dbnd_examples/tests/documentation/orchestration/quickstart/test_doc_orchestration_quickstart.py
src/dbnd_examples/tests/documentation/orchestration/run/__init__.py
src/dbnd_examples/tests/documentation/orchestration/run/test_doc_accessing_run_results.py
src/dbnd_examples/tests/documentation/orchestration/run/test_doc_accessing_task_meta.py
src/dbnd_examples/tests/documentation/orchestration/run/test_doc_overriding_configuration_in_cli.py
src/dbnd_examples/tests/documentation/orchestration/run/test_doc_run_a_task_in_python.py
src/dbnd_examples/tests/documentation/orchestration/run/test_doc_running_pipelines.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/__init__.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/test_doc_debug_spark_task_locally.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/test_doc_spark_configuration.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/test_doc_spark_dataframes.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/test_doc_spark_engine_configuration.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/test_doc_spark_orchestration.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/test_doc_spark_task_configuration.py
src/dbnd_examples/tests/documentation/orchestration/spark_integration/test_doc_spark_tasks_pipelines.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/__init__.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_decorated_dags.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_inputs.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_orchestrating_tasks_and_pipelines.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_outputs.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_task_definitions_as_a_class.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_task_parameters.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_tasks_pipeline_data.py
src/dbnd_examples/tests/documentation/orchestration/task_pipeline/test_doc_tasks_wiring_at_pipeline.py
src/dbnd_examples/tests/documentation/tracking/__init__.py
src/dbnd_examples/tests/documentation/tracking/test_doc_airflow_and_snowflake.py
src/dbnd_examples/tests/documentation/tracking/test_doc_explicit_dataset_logging.py
src/dbnd_examples/tests/documentation/tracking/test_doc_functions.py
src/dbnd_examples/tests/documentation/tracking/test_doc_metrics.py
src/dbnd_examples/tests/documentation/tracking/test_doc_performant_logging.py
src/dbnd_examples/tests/documentation/tracking/test_doc_pyspark_dataframe.py
src/dbnd_examples/tests/documentation/tracking/test_doc_python_scripts.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_airflow_dags.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_databricks.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_mlflow.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_pandas_dataframe.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_quickstart.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_redshift.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_snowflake_guide.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_spark_jobs.py
src/dbnd_examples/tests/documentation/tracking/test_doc_tracking_sql.py
src/dbnd_examples/tests/orchestration/__init__.py
src/dbnd_examples/tests/orchestration/customizations/__init__.py
src/dbnd_examples/tests/orchestration/customizations/test_custom_decorators.py
src/dbnd_examples/tests/orchestration/customizations/test_feature_custom.py
src/dbnd_examples/tests/orchestration/customizations/test_run_with_custom_targets.py
src/dbnd_examples/tests/orchestration/dbnd_spark/__init__.py
src/dbnd_examples/tests/orchestration/dbnd_spark/test_spark_task.py
src/dbnd_examples/tests/orchestration/examples/__init__.py
src/dbnd_examples/tests/orchestration/examples/test_example_salad.py
src/dbnd_examples/tests/orchestration/examples/test_report.py
src/dbnd_examples/tests/orchestration/examples/test_salad.py
src/dbnd_examples/tests/orchestration/examples/test_top_artist.py
src/dbnd_examples/tests/orchestration/examples/test_wine_quality.py
src/dbnd_examples/tests/orchestration/features/__init__.py
src/dbnd_examples/tests/orchestration/features/test_dynamic_tasks_with_pipeline.py
src/dbnd_examples/tests/orchestration/features/test_feature_by_day_prod.py
src/dbnd_examples/tests/orchestration/features/test_feature_input_outputs.py
src/dbnd_examples/tests/orchestration/features/test_feature_partitions.py
src/dbnd_examples/tests/orchestration/tool_sklearn/__init__.py
src/dbnd_examples/tests/orchestration/tool_sklearn/test_sklearn_linear_reg_pipeline.py
src/dbnd_examples/tests/orchestration/tutorial_syntax/__init__.py
src/dbnd_examples/tests/orchestration/tutorial_syntax/test_T01_tasks_and_pipelines.py
src/dbnd_examples/tests/orchestration/tutorial_syntax/test_T02_task_parameters.py
src/dbnd_examples/tests/orchestration/tutorial_syntax/test_T03_task_outputs.py
src/dbnd_examples/tests/orchestration/tutorial_syntax/test_T12_pandas_numpy.py
src/dbnd_examples/tests/tracking/__init__.py
src/dbnd_examples/tests/tracking/test_redshift_tracking.py
src/dbnd_examples/tests/tracking/test_tool_script.py
src/dbnd_examples/tracking/__init__.py
src/dbnd_examples/tracking/tracking_mlflow.py
src/dbnd_examples/tracking/tracking_script.py