Commit 1ea100e
authored
fix: Buggy SQL for postgres source (#3424)
* Fix get_table_column_names_and_types for postgres source
Signed-off-by: Dimitris Stafylarakis <xanias@gmail.com>
* make linter happy
Signed-off-by: Dimitris Stafylarakis <xanias@gmail.com>
Signed-off-by: Dimitris Stafylarakis <xanias@gmail.com>1 parent ecb7950 commit 1ea100e
File tree
1 file changed
+1
-3
lines changed- sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 114 | + | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
0 commit comments