I'm trying to select the custom tag "business_daily_twice_7" that I added in the "dim_contacts.sqlx" file of my repository in the main branch. But this option doesn't appear in the drop-down "Workflow configurations" as instructed in the documentation Schedule executions with workflow configurations. Am I making a mistake? What can I do?
Solved! Go to Solution.
Here's a breakdown of potential issues and how to address them:
Potential Causes:
Syntax & Formatting:
dim_contacts.sqlx
configuration block, including proper comma placement and tag capitalization (case-sensitive).Dataform Synchronization:
dim_contacts.sqlx
have been committed and pushed to the main branch. Dataform's UI displays tags based on the current repository state.Tag Propagation:
dim_contacts.sqlx
or its dependent SQLX files could prevent Dataform from recognizing and propagating the tag.Caching:
Workflow UI Limitations:
Troubleshooting Steps:
Examine Syntax: Meticulously review dim_contacts.sqlx
for any syntax errors, especially within the configuration block. Be mindful of formatting.
Force Refresh: Manually refresh your Dataform workspace. Then, confirm that your changes to dim_contacts.sqlx
are visible in your repository's main branch.
Clear Cache: Follow your browser's specific instructions for clearing the cache.
Inspect Dependencies: Thoroughly examine any SQLX files that dim_contacts
depends on, ensuring they are free of errors and referenced correctly.
Test Simpler Tag: Create a temporary tag using standard naming conventions (e.g., "test_tag") to see if this simpler tag appears in the dropdown
Here's a breakdown of potential issues and how to address them:
Potential Causes:
Syntax & Formatting:
dim_contacts.sqlx
configuration block, including proper comma placement and tag capitalization (case-sensitive).Dataform Synchronization:
dim_contacts.sqlx
have been committed and pushed to the main branch. Dataform's UI displays tags based on the current repository state.Tag Propagation:
dim_contacts.sqlx
or its dependent SQLX files could prevent Dataform from recognizing and propagating the tag.Caching:
Workflow UI Limitations:
Troubleshooting Steps:
Examine Syntax: Meticulously review dim_contacts.sqlx
for any syntax errors, especially within the configuration block. Be mindful of formatting.
Force Refresh: Manually refresh your Dataform workspace. Then, confirm that your changes to dim_contacts.sqlx
are visible in your repository's main branch.
Clear Cache: Follow your browser's specific instructions for clearing the cache.
Inspect Dependencies: Thoroughly examine any SQLX files that dim_contacts
depends on, ensuring they are free of errors and referenced correctly.
Test Simpler Tag: Create a temporary tag using standard naming conventions (e.g., "test_tag") to see if this simpler tag appears in the dropdown
Thank you so much, @ms4446, the problem was the cache. I cleared it and the tag was visible in the workflow configuration.