Hi Team,
How do we define csv table source as a data-stream instead of data-set in environment file.?
Whether or not i mention
update-mode: append or not... I takes only csv file as data-set.
Is there any detailed reference to environment file configuration where sinks and sources are defined.
- name: badips
type: source-table
update-mode: append
connector:
type: filesystem
path: "/home/user/file.csv"
format:
type: csv
fields:
- name: col1
type: VARCHAR
comment-prefix: "#"
schema:
- name: col1
type: VARCHAR