Skip to content

Commit

Permalink
stream_name -> output_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Jan 18, 2024
1 parent 1bf8980 commit c74fa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins:
- name: oauth_credentials.refresh_token
kind: password
- name: sheet_id
- name: stream_name
- name: output_name
- name: child_sheet_name
loaders:
- name: target-jsonl
Expand Down
2 changes: 1 addition & 1 deletion tap_google_sheets/tests/test_table_name_setting.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tests tap setting stream_name."""
"""Tests tap setting output_name."""

import unittest

Expand Down

0 comments on commit c74fa91

Please sign in to comment.