Jack P
04/26/2024, 10:20 PMFlow run parameters cannot exceed 512kb in size
still a rule for when you pass parameters to a Deployment?Marvin
04/26/2024, 10:20 PMjar_params
and spark_submit_params
, which cannot exceed 10,000 bytes, but this is specific to Databricks and not a general Prefect deployment limitation.
For the 512kb limit, it's advisable to check the latest documentation or reach out to Prefect maintainers for the most up-to-date information, as my current knowledge based on the searches does not specify such a limit.
For specific details on Databricks flows, you can refer to the Databricks Prefect documentation here: Prefect Databricks Integration.
For general concerns about rate limits and other limitations in Prefect Cloud, this might be useful: Prefect Cloud Rate Limits.Nate
04/26/2024, 10:22 PMis thisshort answer, yes!still a rule for when you pass parameters to a Deployment?Flow run parameters cannot exceed 512kb in size
Nate
04/26/2024, 10:22 PMJack P
04/26/2024, 10:23 PMNate
04/26/2024, 10:24 PMfetch those IDs within deploymentyes! our rec is to pass a reference and load inside when possible
Jack P
04/26/2024, 10:26 PM