use of org.apache.beam.sdk.io.snowflake.test.FakeSnowflakeBasicDataSource in project beam by apache.
the class QueryDispositionLocationTest method setup.
@Before
public void setup() {
options.setStagingBucketName(BUCKET_NAME);
options.setStorageIntegrationName("STORAGE_INTEGRATION");
options.setServerName("NULL.snowflakecomputing.com");
dc = SnowflakeIO.DataSourceConfiguration.create(new FakeSnowflakeBasicDataSource()).withServerName(options.getServerName());
}
Aggregations