Joshua Greenhalgh
04/01/2022, 4:00 PMCollecting flows...
Processing 'flows':
Building `Module` storage...
Building 'first_flow'... Done
Writing output to 'flows.json'
========================== 1 built ==========================
Collecting flows...
Processing 'flows.json':
Registering 'first_flow'... Skipped (metadata unchanged)
================== 0 registered, 1 skipped ==================
> prefect build -m 'flows'
> prefect register -j ./flows.json --project test
Kevin Kho
04/01/2022, 4:02 PM--force
flag when you register to force it. If the metadata doesn’t change (DAG structure), Prefect won’t register by default when using the CLIJoshua Greenhalgh
04/01/2022, 4:02 PM--force
is probably what I want to do anyway!Kevin Kho
04/01/2022, 4:04 PMJoshua Greenhalgh
04/01/2022, 4:04 PM