apache / apache/ossie

Converter drops Snowflake custom_extensions but Snowflake documentation shows it accepts custom_extensions

Open Beginner friendly
#355 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.1k
Forks
267
Avg merge
4d 20h
Merged PRs (30d)
24

Description

Hi there, I noticed that the snowflake converter drops custom_extensions.

However, the Snowflake documentation does show that it accepts custom_extensions. See: https://docs.snowflake.com/en/sql-reference/stored-procedures/system_create_semantic_view_from_ossie_yaml#dataset-fields

Would it be possible to map the custom_extensions now that it is accepted?

Image

```
warnings.warn(
/home/ubuntu/Projects/apache_ossie/converters/snowflake/src/ossie_snowflake/converter.py:512: UserWarning: Dropped from field 'XXXXXXXXXXXXXX' (no Snowflake counterpart): custom_extensions
```

Contributor guide

Open the contributing guide

Research direction

Start in converters/snowflake/src/ossie_snowflake/converter.py around line 512, where custom_extensions is reported as dropped. Compare the converter's field mapping with the Snowflake documentation linked in the issue; done means custom_extensions is mapped and the warning no longer appears for supported input.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
databases
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
74/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.