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

[MAINTENANCE] partial cli + usage_stats typing #6335

Merged
merged 56 commits into from
Dec 20, 2022
Merged

Conversation

Kilo59
Copy link
Member

@Kilo59 Kilo59 commented Nov 9, 2022

Changes proposed in this pull request:

@netlify
Copy link

netlify bot commented Nov 9, 2022

Deploy Preview for niobium-lead-7998 ready!

Name Link
🔨 Latest commit 1fbaa79
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/63a1137ce59a370009a65b84
😎 Deploy Preview https://deploy-preview-6335--niobium-lead-7998.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@ghost
Copy link

ghost commented Nov 9, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@@ -48,7 +48,7 @@ def store_list(ctx: click.Context):
)
except Exception as e:
toolkit.exit_with_failure_message_and_stats(
context=context,
Copy link
Member Author

Choose a reason for hiding this comment

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

type-checker caught a real bug/misuse here

Copy link
Contributor

Choose a reason for hiding this comment

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

🙇🏻

@Kilo59 Kilo59 self-assigned this Nov 10, 2022
Copy link
Contributor

@alexsherstinsky alexsherstinsky left a comment

Choose a reason for hiding this comment

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

@Kilo59 I reviewed 12 out of 15 files and noted a few questions; once they are answered, I will finish the entire review. Thanks for doing this!

@alexsherstinsky
Copy link
Contributor

@Kilo59 I am provisionally approving that you fix the failing tests (obviously) and consider my follow-up comment (otherwise, good stuff!). Thanks!

Copy link
Contributor

@alexsherstinsky alexsherstinsky left a comment

Choose a reason for hiding this comment

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

LGTM (pending fixing tests and considering the follow up suggesting regarding the use of the Optional type). Thank you!

@Kilo59 Kilo59 enabled auto-merge (squash) December 20, 2022 01:57
@Kilo59 Kilo59 merged commit 46ec8b1 into develop Dec 20, 2022
@Kilo59 Kilo59 deleted the m/none/misc-typing branch December 20, 2022 02:36
Shinnnyshinshin pushed a commit that referenced this pull request Dec 23, 2022
* develop: (31 commits)
  [BUGFIX] Add sqrt on connect to sqlite database. (#6635)
  [FEATURE] Docstring linter for public api (#6638)
  [DOCS] fixing wrong line reference on docs (#6599)
  [MAINTENANCE] CI - install from `requirements-types.txt` (#6639)
  [MAINTENANCE] Unexpected Counts table in DataDocs able to show counts for sampled values (#6634)
  [BUGFIX] Do not round output of proportion computing metrics (#6619)
  [DOCS] - add anonymous_usage_statistics configutation in documentation (#6626)
  [FEATURE] Atomic rendering of meta notes (#6627)
  [MAINTENANCE] Fix develop static type-check stage (#6628)
  [FEATURE] Accept a `pathlib.Path` `context_root_dir` (#6613)
  [FEATURE] F/great 1400/sql datasource (#6623)
  [MAINTENANCE] install `pydantic` in develop pipeline (#6624)
  [MAINTENANCE] Add `row_condition` logic to `RendererConfiguration` and remove from atomic renderer implementations (#6616)
  [MAINTENANCE] create cache as part of `--ci` type-checking step (#6621)
  [FEATURE] Add zep datasource data assistant e2e tests. (#6612)
  [BUGFIX] Simplify metric results processing and improve detection of Decimal types in columns (#6610)
  [BUGFIX] Stop overwriting query with static string in RuntimeBatchRequests for SQL (#6614)
  [MAINTENANCE] update pip installs in pipelines (#6609)
  [FEATURE] Atomic rendering of Evaluation Parameters (#6232)
  [MAINTENANCE] partial `cli` + `usage_stats` typing (#6335)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants