41- Azure Data Factory
Script Activity in azure data factory
Demo- Script Activity
Welcome in BPCloudLearningInHindi
1
Script Activity:
2
Welcome in BPCloudLearningInHindi
The "Script" activity in Azure Data Factory is a built-in activity that allows you to run a
custom script or code as part of your data processing pipeline. This activity can be used to
perform complex data transformations or integrate with other services and applications.
Using the script activity, you can execute common operations with Data Manipulation
Language (DML), and Data Definition Language (DDL). DML statements like INSERT, UPDATE,
DELETE and SELECT let users insert, modify, delete and retrieve data in the database.
DDL statements like CREATE, ALTER and DROP allow a database manager to create, modify,
and remove database objects such as tables, indexes, and users.