Skip to content

Commit

Permalink
add ELT ETL set
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Jan 16, 2024
1 parent 7b33e4d commit b30c16b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ azure-list: cmd-exists-az ## List Azure
aws-list: cmd-exists-aws ## List AWS
aws configure list
.PHONY: aws-list

# ELT set
elt-list: cmd-exists-dataform ## List ELT as Dataform(GCP)
dataform listtables bigquery

# ETL set TODO: Dataflow(GCP)

0 comments on commit b30c16b

Please sign in to comment.