Jason Fitch
11/03/2024, 9:30 PMMarvin
11/03/2024, 9:30 PMJason Fitch
11/03/2024, 9:31 PMMarvin
11/03/2024, 9:31 PM"{flow_name}-with-{name}-and-{limit}"
where name
and limit
are parameters of the flow. Learn more here.
2. Deployments: Each deployment has a unique name, and while the specific naming is up to you, it's useful to include descriptive elements that indicate the purpose or environment (e.g., my-flow/production
, etl-pipeline-stage
). You can also deploy multiple deployments with names that match certain patterns, which aids in managing them collectively. Check the deployment documentation for more examples.
These naming conventions assist in better identifying and managing various flows and deployments, helping as they scale and operate across different environments or use cases.