Gil
02/12/2025, 1:42 PMNo class found for dispatch key 'gitlab-repository' in registry for type 'Block',
has someone solved this issue?Bianca Hoch
02/12/2025, 4:52 PMAntreas Pogiatzis
02/12/2025, 6:08 PMprefect-gitlab
dependency installedBianca Hoch
02/12/2025, 6:09 PMGil
02/13/2025, 4:02 AMjob_variables={"env": {"EXTRA_PIP_PACKAGES": "prefect-gitlab"}},
into my deploy definition then it workedGil
02/13/2025, 4:03 AMmy_flow.from_source(
source=source,
entrypoint="prefect-flows/sample_run_remote.py:my_flow",
).deploy(
name="my-gitlab-deployment",
work_pool_name="gke_runner",
job_variables={"env": {"EXTRA_PIP_PACKAGES": "prefect-gitlab"}},
cron="* * * * *",
)