Hello,
I’m wondering what’s the behavior of triggering the PDS reflection refresh manually(REST API).
For example, there’s a PDS with path s3source.pds_a and a VDS called vds_a that SELECT * FROM s3source.pds_a. If trigger a refresh on s3source.pds_a, I see the job use the reflection of of vds_a. However, what can I do to force the reflection refresh job for s3source.pds_a to query the s3source to get refersh data?
Edit:
I see the VDS reflection get triggered refresh first and queries the underlying data source. Problem resolved!