Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

[dy] Fix elasticsearch destination#4687

Merged
dy46 merged 1 commit intomasterfromdy--fix_elasticsearch_destination_2
Mar 1, 2024

Conversation

dy46
Copy link
Contributor

@dy46dy46 commentedMar 1, 2024

Description

Fix a couple of issues with the Elasticsearch destination:

  • Test connection will fail if theproperties field doesn't exist, so adding a safe get there.
  • Thelogger.debug command was causing an error when using themetadata_fields config value.

How Has This Been Tested?

  • Tested with local elasticsearch cluster

Checklist

  • The PR is tagged with proper labels (bug, enhancement, feature, documentation)
  • I have performed a self-review of my own code
  • I have added unit tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • If new documentation has been added, relative paths have been added to the appropriate section ofdocs/mint.json

cc:@wangxiaoyou1993

Comment on lines +16 to +27
TargetElasticsearch(config=self.config, logger=self.logger).listen_override(
file_input=open(self.input_file_path, 'r')
)

def test_connection(self) -> None:
target = TargetElasticsearch(config=self.config,
logger=self.logger)
client = ElasticSink(target=target,
stream_name='test',
schema={},
key_properties=None,).client
target = TargetElasticsearch(config=self.config, logger=self.logger)
client = ElasticSink(
target=target,
stream_name='test',
schema={},
key_properties=None,
).client
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

these are just formatting changes

@dy46dy46 merged commit39e203e intomasterMar 1, 2024
9 checks passed
@dy46dy46 deleted the dy--fix_elasticsearch_destination_2 branchMarch 1, 2024 02:48
@wangxiaoyou1993wangxiaoyou1993 mentioned this pull requestMar 13, 2024
15 tasks
oonyoontong pushed a commit to bunker-tech/mage-ai that referenced this pull requestMay 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@wangxiaoyou1993wangxiaoyou1993Awaiting requested review from wangxiaoyou1993

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@dy46

[8]ページ先頭

©2009-2025 Movatter.jp