adp.ingest.sources.azdevops.AzDevOpsEntitySource

class adp.ingest.sources.azdevops.AzDevOpsEntitySource(entity: EntityType, ingest: Ingest)

Defines a source for Azure Devops

__init__(entity: EntityType, ingest: Ingest)

Methods

__init__(entity, ingest)

all_files_in_staging([abfs_path])

all_files_in_staging retrieves all files in the staging directory for the given entity

download_files()

Download all files from azure devops

files_matching_patterns(input_paths, pattern)

Retrieve all files corresponding to the pattern string

get_data(run_metadata)

Retrieves the data for the staging sources

remove_temp_files()

Removes the temporary files

unzip_files()

Unzips all files in the staging folder

upload_to_staging()

Uploads the data to the staging folder

Attributes

path

Retrieves the path for the staging folder

source

download_files()

Download all files from azure devops

upload_to_staging()

Uploads the data to the staging folder