pyspark-sdk/integration_test/BatchIngestionTest.py [122:131]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    RecordIdentifierFeatureName='TransactionID',
    EventTimeFeatureName='EventTime',
    FeatureDefinitions=feature_definitions,
    OnlineStoreConfig={
        'EnableOnlineStore': True
    },
    OfflineStoreConfig={
        'S3StorageConfig': {
            'S3Uri': f's3://spark-test-bucket-{account_id}/test-offline-store'
        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pyspark-sdk/integration_test/BatchIngestionTest.py [177:186]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    RecordIdentifierFeatureName='TransactionID',
    EventTimeFeatureName='EventTime',
    FeatureDefinitions=feature_definitions,
    OnlineStoreConfig={
        'EnableOnlineStore': True
    },
    OfflineStoreConfig={
        'S3StorageConfig': {
            'S3Uri': f's3://spark-test-bucket-{account_id}/test-offline-store'
        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



