Leo Meyerovich (Graphistry)
04/11/2020, 4:56 AMseq
we should look for?Leo Meyerovich (Graphistry)
04/11/2020, 4:56 AMLeo Meyerovich (Graphistry)
04/11/2020, 5:02 AMschedule
primitive, so looks like we can schedule something every say 30s - 2min. except if the jupuyter notebook process stops... will the schedule still be running?Leo Meyerovich (Graphistry)
04/11/2020, 5:36 AMOmar Sultan
04/11/2020, 5:14 PMZiyao Wei
04/11/2020, 5:47 PMprefect agent start
to connect to Azure - I am passing in a AZURE_STORAGE_CONNECTION_STRING
but it complains:
Unexpected error: HTTPError('400 Client Error: Bad Request for url: http://<URL>:4200/graphql/alpha')
Traceback (most recent call last):
File "/home/<username>/.local/lib/python3.7/site-packages/prefect/client/secrets.py", line 121, in get
value = secrets[self.name]
KeyError: 'AZ_CREDENTIALS'
Ziyao Wei
04/11/2020, 5:47 PMZiyao Wei
04/11/2020, 5:48 PMZiyao Wei
04/11/2020, 5:49 PMstorage
isn’t definedZiyao Wei
04/11/2020, 7:17 PMBlockBlobService
and BlobServiceClient
, but the former is for <=v2.1.0 and the latter >=v12.0.0 AFAIK - should the former be migrated to the latter?Ziyao Wei
04/11/2020, 7:18 PMLeo Meyerovich (Graphistry)
04/12/2020, 9:10 PMLeo Meyerovich (Graphistry)
04/12/2020, 9:11 PMBrad
04/13/2020, 7:39 AMalexandre
04/13/2020, 10:55 AMAdam Roderick
04/13/2020, 1:13 PMAdam Roderick
04/13/2020, 2:11 PMprefect server start
for the first time and running into some errors with the postgres step. Can you help troubleshoot?Nathan Molby
04/13/2020, 2:53 PMAdam Roderick
04/13/2020, 3:31 PMManuel Aristarán
04/13/2020, 3:41 PMBen Fogelson
04/13/2020, 7:48 PMAdam Roderick
04/14/2020, 5:39 AMflow.register()
and not sure how to troubleshoot. Can anyone help?Niclas Roos
04/14/2020, 11:14 AMAdam Roderick
04/14/2020, 12:27 PMAdam Roderick
04/14/2020, 1:38 PMJeff Brainerd
04/14/2020, 2:50 PMemre
04/14/2020, 3:27 PMShellTask
, but in my case, one of the tests (test_shell_logs_error_on_non_zero_exit) fails without me touching anything. It is the only test in test_<http://shell.py|shell.py>
that uses caplog
, and caplog
seems to be capturing 0 log lines. Does anybody have an idea? I have tried caplog.set_level(logging.DEBUG)
, to no avail.Viv Ian
04/14/2020, 4:18 PMmap
, each complete map
task must complete before the next task starts. Using the example provided on the Prefect website (https://docs.prefect.io/core/examples/twitter_to_airtable.html), replies are received, all replies must be transformed before being loaded into the table. Is it possible to not wait for all of the replies to be transformed? So after replies are extracted…each one just goes through the transform and load steps without having to wait for the complete for other replies?
THANKS!An Hoang
04/14/2020, 6:43 PMAn Hoang
04/14/2020, 6:48 PM