Created
April 28, 2020 18:12
-
-
Save rootcss/5035685ab9b1541214fd0468659e0897 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> select * from rp.airflow_dag_duration limit 10; | |
name: airflow_dag_duration | |
time count dag_id host lower mean metric_type stddev sum task_id upper | |
---- ----- ------ ---- ----- ---- ----------- ------ --- ------- ----- | |
1587729270000000000 1 sample_dag_name airflow_hostname 1116.553268 1116.553268 timing 0 1116.553268 export_a_table 1116.553268 | |
1587729320000000000 1 sample_dag_name airflow_hostname 423.067092 423.067092 timing 0 423.067092 export_a_temp_table 423.067092 | |
1587729820000000000 1 sample_dag_name airflow_hostname 181.609373 181.609373 timing 0 181.609373 create_summary 181.609373 | |
1587729830000000000 1 sample_dag_name airflow_hostname 1.416052 1.416052 timing 0 1.416052 delete_table 1.416052 | |
1587729830000000000 1 sample_dag_name airflow_hostname 2.528059 2.528059 timing 0 2.528059 delete_temp_table 2.528059 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment