Skip to content

Instantly share code, notes, and snippets.

@rootcss
Created April 28, 2020 18:12
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 rootcss/5035685ab9b1541214fd0468659e0897 to your computer and use it in GitHub Desktop.
Save rootcss/5035685ab9b1541214fd0468659e0897 to your computer and use it in GitHub Desktop.
> 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