Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some naming issue on CAT client container logic #40755

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Conversation

xiaohansong
Copy link
Contributor

What

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@xiaohansong xiaohansong requested review from lazebnyi, oustynova and a team as code owners July 5, 2024 20:48
Copy link

vercel bot commented Jul 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jul 8, 2024 11:15am

@xiaohansong xiaohansong requested a review from clnoll July 5, 2024 20:48
Copy link
Contributor

@clnoll clnoll left a comment

Choose a reason for hiding this comment

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

Thanks @xiaohansong, sorry I overlooked this. I added a commit to remove the print statement for the catalog, but if you want it to be emitted feel free to add a log line.

I also added a commit to remove the hardcoded dockerfile name.

@@ -352,6 +352,7 @@ async def discovered_catalog_fixture(

output = await docker_runner.call_discover(config=connector_config)
catalogs = [message.catalog for message in output if message.type == Type.CATALOG]
print(catalogs)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
print(catalogs)
logging.info(catalogs)

@clnoll clnoll merged commit 393cff0 into master Jul 8, 2024
27 checks passed
@clnoll clnoll deleted the xiaohan/cat-fix branch July 8, 2024 11:40
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.

None yet

2 participants