├── README.md └── Samples ├── dataflow ├── DataVault_Customer.json ├── DataVault_Geography.json ├── DataVault_InternetSales.json ├── DataVault_Product.json ├── NYC_Taxi_Distance_Trip_wdf.json ├── TaxiDemo.json ├── dataflow_SQL_SAT_ROC.json ├── dataflow_SQL_SAT_df.json ├── df_PASS_ADF_DataVault.json ├── df_flatten_task_cakes_JSON.json ├── df_stacking_datasets.json ├── wdf_expand_json_column.json └── wdf_json_file.json ├── dataset ├── ADLS_Gen2.json ├── ADLS_dvs_internetsales_init_ds.json ├── ADLS_dvs_product_init_ds.json ├── ASQL_DV_HUB_Customer.json ├── ASQL_DV_HUB_Geography.json ├── ASQL_DV_HUB_Product.json ├── ASQL_DV_LINK_CustomerGeography.json ├── ASQL_DV_LINK_InternetSales.json ├── ASQL_DV_SAT_Customer.json ├── ASQL_DV_SAT_Customer_Latest.json ├── ASQL_DV_SAT_Geography.json ├── ASQL_DV_SAT_Geography_Latest.json ├── ASQL_DV_SAT_InternetSales.json ├── ASQL_DV_SAT_InternetSales_Latest.json ├── ASQL_DV_SAT_Product.json ├── ASQL_DV_SAT_Product_Latest.json ├── AzureBlobStorageSourceFileStore.json ├── AzureBlob_bgdata_daily.json ├── AzureBlob_bgdata_monthly.json ├── AzureBlob_storesales_store01.json ├── AzureBlob_storesales_store01_single.json ├── AzureBlob_storesales_store02.json ├── AzureBlob_storesales_store03.json ├── AzureBlob_storesales_storesall.json ├── AzureDataLakeStoreSinkFileStore.json ├── AzureSqlTable_bgdata_daily.json ├── AzureSqlTable_bgdata_monthly.json ├── AzureSqlTable_storesales.json ├── BLOB_MusicNotes.json ├── BLOB_dvs_customer_incr_ds.json ├── BLOB_dvs_geography_incr_ds.json ├── BLOB_dvs_internetsales_incr_ds.json ├── BLOB_dvs_product_incr_ds.json ├── TaxiSink.json ├── Template_FileShare_ds.json ├── Template_wasb_delete.json ├── Template_wasb_delete_time.json ├── Template_wasb_single_sink_ds.json ├── Template_wasb_single_source_ds.json ├── Template_wasb_sink_ds.json ├── Template_wasb_source_ds.json ├── TripData.json ├── TripFares.json ├── ds_adls_adf_dataflows.json ├── ds_adls_generic_folder.json ├── ds_azsql_generic.json ├── ds_dataflow_output.json ├── ds_dataflow_sample.json ├── ds_df_temperature_data.json ├── ds_df_temperature_header.json ├── ds_df_temperature_output.json ├── ds_json_dataflow_sample.json ├── ds_json_output_temp.json ├── ds_json_temp.json ├── ls_json_flatten_data.json └── validation_adls_source_ds.json ├── linkedService ├── AzureBlobStorage_LS.json ├── AzureDataLakeStorage_Gen2.json ├── AzureDataLakeStore_ls.json ├── AzureKeyVault_LS.json ├── AzureSqlDatabase_DV_LS.json ├── AzureSqlDatabase_LS.json ├── FileSystem_ls.json ├── Spark1.json ├── azuredatabricks_bigdata_ls.json ├── ls_af.json └── ls_af_gettime.json ├── pipeline ├── CopyFiles_DeleteFiles_Blob.json ├── CopyFiles_Message_Email.json ├── CopyFiles_Message_ServiceBus.json ├── DV_IncrementalLoad_pl.json ├── DV_InitialLoad_pl.json ├── Delete files with Azure Data Factory FileSystem.json ├── Delete files with Azure Data Factory Time.json ├── ValidationActivity_CopyDeleteFiles.json ├── Workflow_IF_activity_pl.json ├── Workflow_Switch_activity_pl.json ├── adf_arrays_sample_pl.json ├── bdata_adf_email_notify_pl.json ├── bdata_adf_logging_pl.json ├── bdata_adf_variable_append_pl.json ├── bdata_adf_variable_array_first_element.json ├── bdata_adf_variable_array_many_elements.json ├── bdata_adf_variable_set_pl.json ├── bdata_adf_variable_set_single_pl.json ├── dataflow_flatten_pl.json ├── pl_CreateArray_UseCase.json ├── pl_PASS_ADF_DataVault.json ├── pl_SQL_SP_optional_parameter.json ├── pl_azurefunction_test.json ├── pl_constant_dynamic_JSON.json ├── pl_constant_dynamic_JSON_SQL.json ├── pl_data_json_flatten.json ├── pl_data_json_flatten_corrected.json ├── pl_default_value_array.json ├── pl_default_value_array_child.json ├── pl_default_value_array_variable.json ├── pl_durable_function_loop_polling.json ├── pl_durable_function_simple_polling.json ├── pl_durable_function_simple_polling_safe.json ├── pl_fail_activity.json ├── pl_fail_activity_old.json ├── pl_general_email_attachement.json ├── pl_html_formatted_email.json ├── pl_json_arrays.json ├── pl_json_arrays_sub.json ├── pl_passing_array_between_pipelines.json └── pl_passing_array_child.json └── templates └── Copy Files with Email Notification ├── Copy Files with Email Notification.json └── manifest.json /README.md: -------------------------------------------------------------------------------- 1 | # Azure-DataFactory 2 | -------------------------------------------------------------------------------- /Samples/dataflow/DataVault_Customer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/DataVault_Customer.json -------------------------------------------------------------------------------- /Samples/dataflow/DataVault_Geography.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/DataVault_Geography.json -------------------------------------------------------------------------------- /Samples/dataflow/DataVault_InternetSales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/DataVault_InternetSales.json -------------------------------------------------------------------------------- /Samples/dataflow/DataVault_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/DataVault_Product.json -------------------------------------------------------------------------------- /Samples/dataflow/NYC_Taxi_Distance_Trip_wdf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/NYC_Taxi_Distance_Trip_wdf.json -------------------------------------------------------------------------------- /Samples/dataflow/TaxiDemo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/TaxiDemo.json -------------------------------------------------------------------------------- /Samples/dataflow/dataflow_SQL_SAT_ROC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/dataflow_SQL_SAT_ROC.json -------------------------------------------------------------------------------- /Samples/dataflow/dataflow_SQL_SAT_df.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/dataflow_SQL_SAT_df.json -------------------------------------------------------------------------------- /Samples/dataflow/df_PASS_ADF_DataVault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/df_PASS_ADF_DataVault.json -------------------------------------------------------------------------------- /Samples/dataflow/df_flatten_task_cakes_JSON.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/df_flatten_task_cakes_JSON.json -------------------------------------------------------------------------------- /Samples/dataflow/df_stacking_datasets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/df_stacking_datasets.json -------------------------------------------------------------------------------- /Samples/dataflow/wdf_expand_json_column.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/wdf_expand_json_column.json -------------------------------------------------------------------------------- /Samples/dataflow/wdf_json_file.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataflow/wdf_json_file.json -------------------------------------------------------------------------------- /Samples/dataset/ADLS_Gen2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ADLS_Gen2.json -------------------------------------------------------------------------------- /Samples/dataset/ADLS_dvs_internetsales_init_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ADLS_dvs_internetsales_init_ds.json -------------------------------------------------------------------------------- /Samples/dataset/ADLS_dvs_product_init_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ADLS_dvs_product_init_ds.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_HUB_Customer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_HUB_Customer.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_HUB_Geography.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_HUB_Geography.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_HUB_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_HUB_Product.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_LINK_CustomerGeography.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_LINK_CustomerGeography.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_LINK_InternetSales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_LINK_InternetSales.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_Customer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_Customer.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_Customer_Latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_Customer_Latest.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_Geography.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_Geography.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_Geography_Latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_Geography_Latest.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_InternetSales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_InternetSales.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_InternetSales_Latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_InternetSales_Latest.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_Product.json -------------------------------------------------------------------------------- /Samples/dataset/ASQL_DV_SAT_Product_Latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ASQL_DV_SAT_Product_Latest.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlobStorageSourceFileStore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlobStorageSourceFileStore.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlob_bgdata_daily.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlob_bgdata_daily.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlob_bgdata_monthly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlob_bgdata_monthly.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlob_storesales_store01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlob_storesales_store01.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlob_storesales_store01_single.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlob_storesales_store01_single.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlob_storesales_store02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlob_storesales_store02.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlob_storesales_store03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlob_storesales_store03.json -------------------------------------------------------------------------------- /Samples/dataset/AzureBlob_storesales_storesall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureBlob_storesales_storesall.json -------------------------------------------------------------------------------- /Samples/dataset/AzureDataLakeStoreSinkFileStore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureDataLakeStoreSinkFileStore.json -------------------------------------------------------------------------------- /Samples/dataset/AzureSqlTable_bgdata_daily.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureSqlTable_bgdata_daily.json -------------------------------------------------------------------------------- /Samples/dataset/AzureSqlTable_bgdata_monthly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureSqlTable_bgdata_monthly.json -------------------------------------------------------------------------------- /Samples/dataset/AzureSqlTable_storesales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/AzureSqlTable_storesales.json -------------------------------------------------------------------------------- /Samples/dataset/BLOB_MusicNotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/BLOB_MusicNotes.json -------------------------------------------------------------------------------- /Samples/dataset/BLOB_dvs_customer_incr_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/BLOB_dvs_customer_incr_ds.json -------------------------------------------------------------------------------- /Samples/dataset/BLOB_dvs_geography_incr_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/BLOB_dvs_geography_incr_ds.json -------------------------------------------------------------------------------- /Samples/dataset/BLOB_dvs_internetsales_incr_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/BLOB_dvs_internetsales_incr_ds.json -------------------------------------------------------------------------------- /Samples/dataset/BLOB_dvs_product_incr_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/BLOB_dvs_product_incr_ds.json -------------------------------------------------------------------------------- /Samples/dataset/TaxiSink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/TaxiSink.json -------------------------------------------------------------------------------- /Samples/dataset/Template_FileShare_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/Template_FileShare_ds.json -------------------------------------------------------------------------------- /Samples/dataset/Template_wasb_delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/Template_wasb_delete.json -------------------------------------------------------------------------------- /Samples/dataset/Template_wasb_delete_time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/Template_wasb_delete_time.json -------------------------------------------------------------------------------- /Samples/dataset/Template_wasb_single_sink_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/Template_wasb_single_sink_ds.json -------------------------------------------------------------------------------- /Samples/dataset/Template_wasb_single_source_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/Template_wasb_single_source_ds.json -------------------------------------------------------------------------------- /Samples/dataset/Template_wasb_sink_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/Template_wasb_sink_ds.json -------------------------------------------------------------------------------- /Samples/dataset/Template_wasb_source_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/Template_wasb_source_ds.json -------------------------------------------------------------------------------- /Samples/dataset/TripData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/TripData.json -------------------------------------------------------------------------------- /Samples/dataset/TripFares.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/TripFares.json -------------------------------------------------------------------------------- /Samples/dataset/ds_adls_adf_dataflows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_adls_adf_dataflows.json -------------------------------------------------------------------------------- /Samples/dataset/ds_adls_generic_folder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_adls_generic_folder.json -------------------------------------------------------------------------------- /Samples/dataset/ds_azsql_generic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_azsql_generic.json -------------------------------------------------------------------------------- /Samples/dataset/ds_dataflow_output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_dataflow_output.json -------------------------------------------------------------------------------- /Samples/dataset/ds_dataflow_sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_dataflow_sample.json -------------------------------------------------------------------------------- /Samples/dataset/ds_df_temperature_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_df_temperature_data.json -------------------------------------------------------------------------------- /Samples/dataset/ds_df_temperature_header.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_df_temperature_header.json -------------------------------------------------------------------------------- /Samples/dataset/ds_df_temperature_output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_df_temperature_output.json -------------------------------------------------------------------------------- /Samples/dataset/ds_json_dataflow_sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_json_dataflow_sample.json -------------------------------------------------------------------------------- /Samples/dataset/ds_json_output_temp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_json_output_temp.json -------------------------------------------------------------------------------- /Samples/dataset/ds_json_temp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ds_json_temp.json -------------------------------------------------------------------------------- /Samples/dataset/ls_json_flatten_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/ls_json_flatten_data.json -------------------------------------------------------------------------------- /Samples/dataset/validation_adls_source_ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/dataset/validation_adls_source_ds.json -------------------------------------------------------------------------------- /Samples/linkedService/AzureBlobStorage_LS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/AzureBlobStorage_LS.json -------------------------------------------------------------------------------- /Samples/linkedService/AzureDataLakeStorage_Gen2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/AzureDataLakeStorage_Gen2.json -------------------------------------------------------------------------------- /Samples/linkedService/AzureDataLakeStore_ls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/AzureDataLakeStore_ls.json -------------------------------------------------------------------------------- /Samples/linkedService/AzureKeyVault_LS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/AzureKeyVault_LS.json -------------------------------------------------------------------------------- /Samples/linkedService/AzureSqlDatabase_DV_LS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/AzureSqlDatabase_DV_LS.json -------------------------------------------------------------------------------- /Samples/linkedService/AzureSqlDatabase_LS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/AzureSqlDatabase_LS.json -------------------------------------------------------------------------------- /Samples/linkedService/FileSystem_ls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/FileSystem_ls.json -------------------------------------------------------------------------------- /Samples/linkedService/Spark1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/Spark1.json -------------------------------------------------------------------------------- /Samples/linkedService/azuredatabricks_bigdata_ls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/azuredatabricks_bigdata_ls.json -------------------------------------------------------------------------------- /Samples/linkedService/ls_af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/ls_af.json -------------------------------------------------------------------------------- /Samples/linkedService/ls_af_gettime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/linkedService/ls_af_gettime.json -------------------------------------------------------------------------------- /Samples/pipeline/CopyFiles_DeleteFiles_Blob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/CopyFiles_DeleteFiles_Blob.json -------------------------------------------------------------------------------- /Samples/pipeline/CopyFiles_Message_Email.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/CopyFiles_Message_Email.json -------------------------------------------------------------------------------- /Samples/pipeline/CopyFiles_Message_ServiceBus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/CopyFiles_Message_ServiceBus.json -------------------------------------------------------------------------------- /Samples/pipeline/DV_IncrementalLoad_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/DV_IncrementalLoad_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/DV_InitialLoad_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/DV_InitialLoad_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/Delete files with Azure Data Factory FileSystem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/Delete files with Azure Data Factory FileSystem.json -------------------------------------------------------------------------------- /Samples/pipeline/Delete files with Azure Data Factory Time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/Delete files with Azure Data Factory Time.json -------------------------------------------------------------------------------- /Samples/pipeline/ValidationActivity_CopyDeleteFiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/ValidationActivity_CopyDeleteFiles.json -------------------------------------------------------------------------------- /Samples/pipeline/Workflow_IF_activity_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/Workflow_IF_activity_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/Workflow_Switch_activity_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/Workflow_Switch_activity_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/adf_arrays_sample_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/adf_arrays_sample_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/bdata_adf_email_notify_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/bdata_adf_email_notify_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/bdata_adf_logging_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/bdata_adf_logging_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/bdata_adf_variable_append_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/bdata_adf_variable_append_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/bdata_adf_variable_array_first_element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/bdata_adf_variable_array_first_element.json -------------------------------------------------------------------------------- /Samples/pipeline/bdata_adf_variable_array_many_elements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/bdata_adf_variable_array_many_elements.json -------------------------------------------------------------------------------- /Samples/pipeline/bdata_adf_variable_set_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/bdata_adf_variable_set_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/bdata_adf_variable_set_single_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/bdata_adf_variable_set_single_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/dataflow_flatten_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/dataflow_flatten_pl.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_CreateArray_UseCase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_CreateArray_UseCase.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_PASS_ADF_DataVault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_PASS_ADF_DataVault.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_SQL_SP_optional_parameter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_SQL_SP_optional_parameter.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_azurefunction_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_azurefunction_test.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_constant_dynamic_JSON.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_constant_dynamic_JSON.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_constant_dynamic_JSON_SQL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_constant_dynamic_JSON_SQL.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_data_json_flatten.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_data_json_flatten.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_data_json_flatten_corrected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_data_json_flatten_corrected.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_default_value_array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_default_value_array.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_default_value_array_child.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_default_value_array_child.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_default_value_array_variable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_default_value_array_variable.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_durable_function_loop_polling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_durable_function_loop_polling.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_durable_function_simple_polling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_durable_function_simple_polling.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_durable_function_simple_polling_safe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_durable_function_simple_polling_safe.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_fail_activity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_fail_activity.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_fail_activity_old.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_fail_activity_old.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_general_email_attachement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_general_email_attachement.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_html_formatted_email.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_html_formatted_email.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_json_arrays.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_json_arrays.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_json_arrays_sub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_json_arrays_sub.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_passing_array_between_pipelines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_passing_array_between_pipelines.json -------------------------------------------------------------------------------- /Samples/pipeline/pl_passing_array_child.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/pipeline/pl_passing_array_child.json -------------------------------------------------------------------------------- /Samples/templates/Copy Files with Email Notification/Copy Files with Email Notification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/templates/Copy Files with Email Notification/Copy Files with Email Notification.json -------------------------------------------------------------------------------- /Samples/templates/Copy Files with Email Notification/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NrgFly/Azure-DataFactory/HEAD/Samples/templates/Copy Files with Email Notification/manifest.json --------------------------------------------------------------------------------