phil_chapman
10/27/2021, 12:20 AMaaronsteers
10/27/2021, 12:34 AMaaronsteers
10/27/2021, 12:39 AMphil_chapman
10/27/2021, 12:56 AMphil_chapman
10/27/2021, 2:12 AMaaronsteers
10/27/2021, 2:16 AMmeltano.yml.aaronsteers
10/27/2021, 2:17 AMphil_chapman
10/27/2021, 3:02 AMaaronsteers
10/27/2021, 3:24 AMtap-oracle discovery (creating the catalog) on each execution, and I am surprised to hear the column ordering is still being created alphabetically. We should be able to diagnose to column ordering, but I don't know if anything can be done about the sizing. (Snowflake compresses all strings anyway, which is why this may not have been prioritized on the target connector side.)
I did research the other point from above and found, at least with the latest Meltano 1.85.0, the stage and S3 bucket should be displaying as optional now in the UI:aaronsteers
10/27/2021, 4:20 AMphil_chapman
10/27/2021, 6:24 PMphil_chapman
10/27/2021, 6:29 PMextractors:
- name: tap-oracle
namespace: tap_oracle
pip_url: tap-oracle
executable: tap-oracle
capabilities:
- catalog
- discover
settings:
- name: host
kind: string
- name: port
kind: integer
- name: user
kind: string
- name: password
kind: password
- name: sid
kind: string
config:
host: alorapd5
port: 1541
user: MELTANO
password: <somepassword>
sid: EBSARCH
default_replication_method: FULL_TABLE
select:
- ABM-ABM_API_TEMPLATES.*