Skip to content

Commit

Permalink
added chess template
Browse files Browse the repository at this point in the history
  • Loading branch information
terzioglub committed Nov 11, 2024
1 parent 8c2893d commit ac8b770
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file removed database.db
Binary file not shown.
6 changes: 6 additions & 0 deletions templates/chess/assets/chess_ingestion.asset.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: raw.chess_ingestion
type: ingestr
parameters:
source_connection: chess_connection
source_table: profiles
destination: duckdb
5 changes: 5 additions & 0 deletions templates/chess/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: chess_duckdb_pipeline

default_connections:
duckdb: "duckdb_default"
chess: "chess_connection"

0 comments on commit ac8b770

Please sign in to comment.