Open felipecaputo opened 2 months ago
First of all, congrats for this provider!
I was trying the import feature for an offline table and found that StreamIngestionConfig is optional and not present for offline tables.
StreamIngestionConfig
That said, the convert function expects to always exists an IngestionConfig present.
IngestionConfig
I will try to send you a PR ASAP after validating it.
Ok great thanks @felipecaputo
First of all, congrats for this provider!
I was trying the import feature for an offline table and found that
StreamIngestionConfig
is optional and not present for offline tables.That said, the convert function expects to always exists an
IngestionConfig
present.I will try to send you a PR ASAP after validating it.