azaurus1 / terraform-provider-pinot

A terraform provider for Apache Pinot
https://registry.terraform.io/providers/azaurus1/pinot/latest
Mozilla Public License 2.0
11 stars 3 forks source link

Table import doesn't work for offline tables #116

Open felipecaputo opened 2 months ago

felipecaputo commented 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.

That said, the convert function expects to always exists an IngestionConfig present.

I will try to send you a PR ASAP after validating it.

azaurus1 commented 2 months ago

Ok great thanks @felipecaputo