Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

feat: addModel.transform_columns property#1661

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

Merged
tswast merged 19 commits intogoogleapis:mainfromSalemJorden:Salem
Oct 12, 2023

Conversation

@SalemJorden
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as abug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@product-auto-labelproduct-auto-labelbot added size: mPull request size is medium. api: bigqueryIssues related to the googleapis/python-bigquery API. labelsSep 18, 2023
@SalemJordenSalemJorden changed the titleadded TransformColumns class + corresponding unit testsfeat: addModel.transform_columns propertySep 20, 2023
]

@property
deftransform_columns(self)->Sequence[Dict[str,Any]]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Please make this return a sequence of your new TransformColumn objects instead of a sequence of dictionaries.

@tswasttswast added the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelSep 22, 2023
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelSep 22, 2023
Copy link
Contributor

@tswasttswast left a comment

Choose a reason for hiding this comment

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

TransformColumn is looking quite good now. A few more comments to address, please.

@tswasttswast marked this pull request as ready for reviewOctober 11, 2023 20:36
@tswasttswast requested review froma team ascode ownersOctober 11, 2023 20:36
"name":"transform_name" ,
"type": {"typeKind":"INT64"},
"transformSql":"transform_sql"
}]
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's run "nox -r -s blacken" from the terminal to format this.

@tswasttswastenabled auto-merge (squash)October 11, 2023 20:55
@tswasttswast added automergeMerge the pull request once unit tests and other checks pass. and removed automergeMerge the pull request once unit tests and other checks pass. labelsOct 12, 2023
@tswasttswast merged commit5ceed05 intogoogleapis:mainOct 12, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@tswasttswasttswast approved these changes

Assignees

No one assigned

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.size: mPull request size is medium.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@SalemJorden@tswast@yoshi-kokoro

[8]ページ先頭

©2009-2025 Movatter.jp