Metadata-Version: 2.1
Name: airavat
Version: 0.0.31
Summary: Cognitive Audit Utilites for Azure- To automate the common engineering hacks and reduce manual interventions.
Home-page: UNKNOWN
Author: Saumitra Rawat
Author-email: saumitra.rawat@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# airavat

#### arm_template
This template detects obsolete datasets and connections of Azure Data Factory(ADF) using ARM template.
##
  > obsolete_datasets: This method detects all the obsolete datasets present in ADF.
   >>Input: arm_template_folder_path; Output: Pandas dataframe having one column (Obsolete_Datasets).
##
  > obsolete_linked_services: This method detects all the obsolete linked services present in ADF.
  >> Input: arm_template_folder_path; Output: Pandas dataframe having one column (Obsolete_Linked_Services).
##
  > incorrectly_named_components: This method detects incorrectly named components with a suggested name for the same(Based on best practices).
  >> Input: arm_template_folder_path; Output: Pandas dataframe having three columns (Component_Name, Component_Type, Suggested_Name).


