Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.24 KB

File metadata and controls

41 lines (28 loc) · 1.24 KB

Table of Contents

aqueduct.models.operators

GithubMetadata Objects

class GithubMetadata(BaseModel)

Specifies a destination in github resource. There are two ways to specify the content:

  • by path, which points to a file or dir in the github repo.
  • from repo_config_content_type and repo_config_content_name, which points to information stored in the repo's .aqconfig. If using repo_config content, backend will ignore path and overwrite it with the path specified in .aqconfig.

RelationalDBExtractParams Objects

class RelationalDBExtractParams(BaseModel)

Specifies the query to run when extracting from a relational DB. Exactly one of the 3 fields should be set.

query: the string to run a single query. queries: a list of strings to run a chain of queries. github_metadata: Github information to run a query stored in github.