File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
metrics/examples/hackernews Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ plot_cron_schedule: "15 9 * * *"
1010alert_methods : " email,slack"
1111disable_llmalert : False
1212ingest_fn : >
13- {% include "./examples/hackernews/hn_top_stories_scores .py" %}
13+ {% include "./examples/hackernews/hackernews .py" %}
Original file line number Diff line number Diff line change 2727 },
2828 {
2929 "cell_type" : " code" ,
30- "execution_count" : 2 ,
30+ "execution_count" : null ,
3131 "metadata" : {},
3232 "outputs" : [
3333 {
4949 " # read qry from local sql file\n " ,
5050 " # qry = open(\" qry.sql\" , \" r\" ).read()\n " ,
5151 " qry = \"\"\"\n " ,
52- " select \n " ,
53- " metric_name, metric_timestamp \n " ,
54- " from \n " ,
52+ " select\n " ,
53+ " metric_name, metric_timestamp\n " ,
54+ " from\n " ,
5555 " metrics_coindesk\n " ,
5656 " order by metric_timestamp desc\n " ,
5757 " limit 100\n " ,
You can’t perform that action at this time.
0 commit comments