79296070

Date: 2024-12-20 03:02:35
Score: 0.5
Natty:
Report link

so you have defined external stages right? Why don't you try something like, i don't know if it works but is more like some select to s3 files that we query,

SELECT count(*)
FROM @[EXTERNAL_STAGE_NAME]/[TABLE or whatever you define as the access to the files]/S3_SF_DEV/Test/FILE/DATA (file_format => [if you define a file format], PATTERN => :dynamic_file_pattern);
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Robertino Bonora