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
andrepo_config_content_name
, which points to information stored in the repo's.aqconfig
. If usingrepo_config
content, backend will ignorepath
and overwrite it with thepath
specified in.aqconfig
.
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.