Skip to content

Commit

Permalink
Update sample loader for application (amundsen-io#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored and Hans Adriaans committed Jun 30, 2022
1 parent 19ced71 commit d896fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databuilder/example/sample_data/sample_application.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
task_id,dag_id,exec_date,application_url_template,db_name,schema,table_name
hive.test_schema.test_table1,event_test,"2018-05-31T00:00:00","https://airflow_host.net/admin/airflow/tree?dag_id={dag_id}",hive,test_schema,test_table1
task_id,dag_id,exec_date,application_url_template,db_name,schema,table_name,cluster
hive.test_schema.test_table1,event_test,"2018-05-31T00:00:00","https://airflow_host.net/admin/airflow/tree?dag_id={dag_id}",hive,test_schema,test_table1,gold

0 comments on commit d896fe0

Please sign in to comment.