-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
Output path should stay consistent in case of both manual and scheduled runs
References to blocks of code:
- Constant that configures the path format (constants.py)
build_output_path
method (utils.py)
Reproduction Repo/Script (if any)
No response
Reproduction Steps
1. Run a workflow in manual mode triggered via UI, observe the output path it will have this format - `artifacts/apps/redshift/workflows/atlan-redshift-1756943536/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/`
2. Run a workflow in schedule mode, observe the output path (example) - `artifacts/apps/redshift/workflows/atlan-redshift-1756943536-2025-09-16T23:51:14Z/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/`
Logs / Tracebacks
N/A
Expected vs Actual
Expected:
artifacts/apps/redshift/workflows/atlan-redshift-1756943536/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/
Actual:
artifacts/apps/redshift/workflows/atlan-redshift-1756943536-2025-09-16T23:51:14Z/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/
Environment
None
SDK Version
all
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working