Azure / Azure/azure-quickstart-templates

101-data-factory-blob-to-sql-copy/azuredeploy.json cleanup script broken

Open
#3,099 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

Ln 204

```
"sqlWriterCleanupScript": "$$Text.Format('DELETE FROM {0}', 'emp')"
```

Looks like the table name "emp" is hard-coded instead of reading the table name from the parameter.

Contributor guide

No contributing guide indexed for this repository

Research direction

Open 101-data-factory-blob-to-sql-copy/azuredeploy.json around line 204 and inspect the parameter that supplies the table name. Compare it with the hard-coded "emp" value in sqlWriterCleanupScript, then validate that the cleanup script uses the parameter-driven table name.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.