Open ddn0 opened 10 months ago
@ddn0 yes we accept PRs ⭐
Maybe add support for settings
in source
of rockset_s3_collection
:
settings = { s3_scan_frequency = "PT5M" }
Also, region
support is missing as well.
│ Error: Unsupported argument
│
│ on main.tf line 40, in resource "rockset_s3_collection" "conversationtimes_":
│ 40: region = "us-east-1"
│
│ An argument named "region" is not expected here.
Both rockset S3 and GCS sources support a
_scan_frequency
parameter but there is no way to set this via terraform AFAIK.I am happy to make a PR if you think you would accept an outside contribution.