Skip to main content

Library for Robot Framework in which to interface with Azure Data Factory

Project description

robotframework-azure-data-factory

Robot Framework library which enables you to interface with Azure Data Factory(ADF)

Requirements

  • Python 3.7+ is required due to Azure dependencies.
  • Robot Framework
  • Azure Subscription

Installation

pip install robotframework-adf-library

Examples

*** settings ***
Library     AzureDataFactoryLibrary
Library     Collections

Suite Setup     Connect To Adf    <subscription_id>    <resource_group_name>    <datafactory_name>

*** Test Cases ***
Run testcase and expect the ADF pipeline to succeed
    Start Pipeline And Expect It To Succeed    <pipeline_name>

Run testcase and expect the ADF pipeline to fail
    Start Pipeline And Expect It To Fail    <pipeline_name>
    
Run testcase and the name check if a pipeline exists
    @{lijst van pipelines} =    Get Pipelines Of Adf Instance
    List Should Contain Value    ${lijst van pipelines}    <pipeline_name>

Known limitations

  • Authentication with ADF is done via User Authentication via the browser. Future updates will include other ways of authentication.
  • Only one connection with ADF is possible for the keywords to work at the moment. Future updates will remedy this limitation.

Further references

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework_adf_library-0.1.4.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page