Skip to content

SnowflakeSource does not properly construct table query string #4130

@TomSteenbergen

Description

@TomSteenbergen

Expected Behavior

If I pass schema="my_schema" and table="my_table" when creating a SnowflakeSource, I would expect that SnowflakeSource.get_table_query_string outputs '"my_schema"."my_table"'.

Current Behavior

Currently, SnowflakeSource.get_table_query_string outputs "my_table".

Steps to reproduce

  1. Create a SnowflakeSource by specifying the schema and table
  2. Create a FeatureView and FeatureService using above SnowflakeSource
  3. Use get_historical_features and Snowflake will throw an error that it doesn't know the table if the schema in your offline store config is not the same as the schema of your table.

Specifications

  • Version: 0.37.1
  • Platform: MacOS
  • Subsystem: Sonoma 14.4.1

Possible Solution

I filed a PR here: #4131

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions