Skip to content

Commit

Permalink
use medic as the table name
Browse files Browse the repository at this point in the history
  • Loading branch information
njuguna-n committed Sep 11, 2023
1 parent 743cc3b commit 9ad06ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion models/root/couchdb.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set import_couchdb_data = select_table(source('couchdb','couchdb'), ref('couchdb_test_data')) %}
{% set import_couchdb_data = select_table(source('medic','medic'), ref('couchdb_test_data')) %}

{{
config(
Expand Down
6 changes: 3 additions & 3 deletions models/root/root.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2

sources:
- name: couchdb
- name: medic
database: data
schema: v1
tables:
- name: couchdb
- name: medic
models:
- name: couchdb
- name: medic
columns:
- name: _id
tests:
Expand Down

0 comments on commit 9ad06ee

Please sign in to comment.