bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

Update README upload example #87

Closed graham2071 closed 3 years ago

graham2071 commented 3 years ago

Correct upload example (ksql to ksql.upload).

codecov[bot] commented 3 years ago

Codecov Report

Merging #87 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #87   +/-   ##
=======================================
  Coverage   65.24%   65.24%           
=======================================
  Files           7        7           
  Lines         469      469           
  Branches       66       66           
=======================================
  Hits          306      306           
  Misses        145      145           
  Partials       18       18           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1b64b58...db83d9d. Read the comment docs.

bryanyang0528 commented 3 years ago

@graham2071 Thank you!