Hi All!

Is it possible to insert into a table without specifying all columns of the
target table?
In other words can we use the default / NULL values of the table when not
specified somehow?

For example:
Query schema: [a: STRING]
Sink schema:  [a: STRING, b: STRING]

I would like to be able to simply insert with column a and get null values
for b.
For a simple table like the above it doesn't make much of a practical
difference but if you have very large tables with complex fields and a lot
of optional columns this can be very useful.

Thank you!
Gyula

Reply via email to