-
Notifications
You must be signed in to change notification settings - Fork 590
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
docs: release blog for Ibis 9.0 #8918
docs: release blog for Ibis 9.0 #8918
Conversation
|
Blog post looks great -- one thing I noticed is that the fonts displayed in the |
Is that a screenshot from your local build? Or from the netlify preview above? |
|
netlifly |
|
Ahh, sorry, PEBCAK -- I didn't realize think about the graphviz output being an SVG -- I didn't have comic sans installed and so it didn't render correctly. |
|
I didn't know that was a thing/still don't know what that means so no worries 😂 I assume your average reader will see the comic sans |
| ``` | ||
|
|
||
| Note that URL parameters are not meaningful with these backends. The main use | ||
| case is more convenient connection swapping programmatically: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the issue with getattr(ibis, backend).connect()? 🤷 I guess getattr feels more "advanced"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah nobody knows how to do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bunch of minor nits, but overall 👍
| across data systems. Many systems use the words "schema", "database", "catalog", | ||
| and "namespace" to mean different things. | ||
|
|
||
| We have standardizes on `table` as the container of data which has a `schema`. A |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first sentence isn't additive and reads a bit odd IMO. How about.
| We have standardizes on `table` as the container of data which has a `schema`. A | |
| Ibis now standardizes on "database" and "catalog". A |

Description of changes
add release blog for Ibis 9.0
depends on #8889 to link to
Issues closed