Skip to content

Commit

Permalink
fix(regulations): fix table name + add PREFECT_SERVER_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed Dec 16, 2022
1 parent 3a2b08c commit a3bb688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions datascience/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ CACEM_LOCAL_PWD=
# Proxies to use when accessing the Internet
HTTP_PROXY_=
HTTPS_PROXY_=

PREFECT_SERVER_URL=
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SELECT
id,
row_hash AS monitorenv_row_hash
FROM prod.regulations_env;
FROM public.regulations_cacem;

0 comments on commit a3bb688

Please sign in to comment.