Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload-cloud

GitHub Action

Metaphor Connectors GitHub Action

v0.11

Metaphor Connectors GitHub Action

upload-cloud

Metaphor Connectors GitHub Action

A GitHub Action for running Metaphor Connectors. See https://github.com/MetaphorData/connectors for more details.

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Metaphor Connectors GitHub Action

uses: MetaphorData/connectors-action@v0.11

Learn more about this action in MetaphorData/connectors-action

Choose a version

Metaphor Connectors GitHub Action

A GitHub Action for running Metaphor Connectors to extract and publish metadata to Metaphor.

Usage

Add the following to the GitHub Workflow in your GitHub repository.

- uses: MetaphorData/connectors-action@v0.11
  env:
    # The AWS credentials & region to use when uploading files to S3 
    AWS_ACCESS_KEY_ID: ''
    AWS_SECRET_ACCESS_KEY: ''
    AWS_DEFAULT_REGION: ''
    
  with:
    # The type of connector to run, e.g. bigquery, snowflake, etc.
    type: ''

    # YAML config file for the connector
    config: ''

    # (Optional) Set or override the output S3 path, in the form of s3://<bucket>/<directory>
    s3-path: ''

License

The scripts and documentation in this project are released under the Apache V2 License.