Skip to content

Commit

Permalink
feat: working mvp with native BATCH message support (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne authored Oct 28, 2022
1 parent 05c7dbc commit a3caa38
Show file tree
Hide file tree
Showing 7 changed files with 2,064 additions and 13 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Secrets and internal config files
.secrets/*

# Ignore meltano internal cache and sqlite systemdb

# Ignore meltano internal cache and sqlite systemdb
.meltano/

# IDE
.vscode/

#macOS
.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
18 changes: 16 additions & 2 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,19 @@ plugins:
- name: username
- name: password
kind: password
- name: start_date
value: '2010-01-01T00:00:00Z'
- name: user
- name: password
kind: password
- name: account
kind: password
- name: role
- name: database
- name: schema
required: false
- name: warehouse
- name: add_record_metadata
kind: bool
value: true
- name: clean_up_batch_files
kind: bool
value: true
2 changes: 2 additions & 0 deletions output/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Loading

0 comments on commit a3caa38

Please sign in to comment.