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(docs-website): update copy around the video on index #9661

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs-website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ function Home() {
width: "18rem",
}}
>
What Is DataHub?
The Origins of DataHub
</h1>
{/* <hr style={{ border: "2px solid black", width: "20rem" }}></hr> */}
<p style={{ fontSize: "18px" }}>
Explore DataHub's journey from start to present, <br></br>
and learn how we empower leaders in today's data-driven world.
Explore DataHub's journey from search and discovery tool at
LinkedIn to the #1 open source metadata platform, through the
lens of its founder and some amazing community members.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion/docs/sources/mssql/mssql_recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sink:
# ------------------------------------------------------------------------

source:
type: mssql
type: mssql-odbc
config:
# Coordinates
host_port: localhost:1433
Expand Down
Loading