Skip to content

feat: Postgres offline_write_batch#4452

Closed
Atry wants to merge 1 commit into
feast-dev:masterfrom
Atry:postgresql_offline_write_batch
Closed

feat: Postgres offline_write_batch#4452
Atry wants to merge 1 commit into
feast-dev:masterfrom
Atry:postgresql_offline_write_batch

Conversation

@Atry

@Atry Atry commented Aug 26, 2024

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Implement offline_write_batch for postgresql offline store.

Which issue(s) this PR fixes:

Fixes #3759

Misc

This PR is based on #3767, with some extra changes to create the table if it does not exist

@Atry Atry force-pushed the postgresql_offline_write_batch branch 2 times, most recently from 4a93002 to d8e0722 Compare August 26, 2024 20:00
@Atry Atry marked this pull request as ready for review August 26, 2024 20:00
on_demand_feature_views=None,
)

if "adbc_driver_postgresql" in sys.modules:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we instead add this to the config optionally?

@Atry Atry Aug 26, 2024

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franciscojavierarceo What config?

Co-authored-by: Nikita Demashov <n.demashov@yadro.com>
Signed-off-by: Yang, Bo <bo.yang@protonbase.io>
@Atry Atry force-pushed the postgresql_offline_write_batch branch from d8e0722 to 2145d1d Compare August 26, 2024 21:13
@VitalyDubovets

VitalyDubovets commented Dec 17, 2024

Copy link
Copy Markdown

@Atry @franciscojavierarceo hello. Are you planning to resume any activity on this MR? I reckon it's really necessary thing, because the current realization of PostgreSQLOfflineStore looks incomplete. I can bring some help if necessary.

@redhatHameed

Copy link
Copy Markdown
Contributor

@Atry can you rebase this

@stale

stale Bot commented Jun 27, 2025

Copy link
Copy Markdown

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale Bot added the wontfix This will not be worked on label Jun 27, 2025
@stale stale Bot closed this Jul 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write to postgres offline store

5 participants