We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e521f4 commit f0bf49aCopy full SHA for f0bf49a
1 file changed
src/dbt_jobs_as_code/cloud_yaml_mapping/change_set.py
@@ -189,7 +189,7 @@ def build_change_set(
189
"""
190
# Get list of files matching the glob pattern
191
if os.path.isdir(config):
192
- config = os.path.join(config, "**/*.yml")
+ config = os.path.join(config, "*.yml")
193
config_files = glob.glob(config)
194
if not config_files:
195
logger.error(f"No files found matching pattern: {config}")
0 commit comments