Nick McGoye
08/29/2023, 2:46 PM(venv) pi@etlwizard:~/app/my_repo$ prefect deploy
? Would you like to use an existing deployment configuration? [Use arrows to move; enter to select; n to select none]
┏━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ ┃ Name ┃ Entrypoint ┃ Description ┃
┡━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ > │ test-flow-deployment │ prod/testing/test_flow.py:etl_test_flow │ │
└───┴──────────────────────┴─────────────────────────────────────────┴─────────────┘
No, configure a new deployment
Expecting value: line 1 column 1 (char 0)
(venv) pi@etlwizard:~/app/my_repo$
No error message, nothing deployed.. Only:
Expecting value: line 1 column 1 (char 0)
I've tried resetting everything, reinitialized the repository. This looks like a json decode error but I'm not sure where in the process it would receive an empty response? Any places to look would be appreciated!
This is using Ubuntu 20.04 and Prefect version 2.11.5. Any further information on tech stack or contents of the Prefect.yaml is something I can pass along if that helps.Bianca Hoch
08/29/2023, 5:27 PMprefect deploy
? You can run prefect profile inspect
to view them.PREFECT_API_URL="<https://api.prefect.cloud/api/accounts/[ACCOUNT-ID]/workspaces/[WORKSPACE-ID]>"
Nick McGoye
08/30/2023, 2:05 PM