Skip to content

Conversation

@yevgenypats
Copy link
Contributor

This is postgresql soruce in progress

@github-actions
Copy link

This PR has the following changes to source plugin(s) tables:

  • Table tailscale_acls was added
  • Table tailscale_device_routes was added
  • Table tailscale_devices was added
  • Table tailscale_dns was added
  • Table tailscale_keys was added


func Configure(ctx context.Context, logger zerolog.Logger, spec specs.Source, _ source.Options) (schema.ClientMeta, error) {
c := &Client{
logger: logger.With().Str("module", "pg-dest").Logger(),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
logger: logger.With().Str("module", "pg-dest").Logger(),
logger: logger.With().Str("module", "pg-source").Logger(),

@yevgenypats
Copy link
Contributor Author

Closing in favour of #7297

@yevgenypats yevgenypats closed this Feb 9, 2023
@disq
Copy link
Member

disq commented Feb 9, 2023

You mean #7835

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.

4 participants