Skip to content

postgresql plugin#2628

Closed
stijn-janssens wants to merge 12 commits intomainfrom
feature/postgresql-plugin
Closed

postgresql plugin#2628
stijn-janssens wants to merge 12 commits intomainfrom
feature/postgresql-plugin

Conversation

@stijn-janssens
Copy link
Collaborator

Depends on #2627
Postgresql platform tile currently does not do anything. I don't want to hardcode this and immediately fix the url in the plugin

  • Update the release notes document if needed in the release notes
  • When updating the UI please provide screenshots or videos to the reviewers

schema: str = ""
configuration_type: Literal[DataOutputTypes.PostgresTechnicalAssetConfiguration]
table: str = "*"
bucket_identifier: str = ""
Copy link
Collaborator

@nclaeys nclaeys Feb 11, 2026

Choose a reason for hiding this comment

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

What does the bucket_identifier mean in a postgres configuration? I do not expect this here.

class PostgresConfig(BaseEnvironmentPlatformServiceConfigurationDetail):
database_name: str
bucket_identifier: str
s3_path: str
Copy link
Collaborator

@nclaeys nclaeys Feb 11, 2026

Choose a reason for hiding this comment

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

What does the s3 path mean in the postgresConfig? I do not expect this here.

configuration_type: Literal[DataOutputTypes.PostgresTechnicalAssetConfiguration]
table: str = "*"
bucket_identifier: str = ""
database_path: str = ""
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is the point of table_path and database_path?

name: ClassVar[str] = "PostgresTechnicalAssetConfiguration"
version: ClassVar[str] = "1.0"

database: str
Copy link
Collaborator

@nclaeys nclaeys Feb 11, 2026

Choose a reason for hiding this comment

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

When looking at databases, I would expect:

  • host
  • port
  • database
  • schema
  • table

To distinguish individual tables. Is there a reason why we do not add host and port?

@stijn-janssens
Copy link
Collaborator Author

Closing in favor of #2809

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants