Skip to content

Commit

Permalink
(blog) Apache Iceberg crash course for AWS users: S3, Athena, Glue ❤️…
Browse files Browse the repository at this point in the history
… Iceberg (#406)

* blog/iceberg-for-aws-users

* title

* review

* Update 2023-08-05-iceberg-for-aws-users.md

* adding introduction

* blueprints

* blog rather than blogs

* adding tasks from the Athena plugin

* adding optimize

* adding Athena tasks with screenshots
  • Loading branch information
anna-geller authored Aug 3, 2023
1 parent 541a308 commit b3206f0
Show file tree
Hide file tree
Showing 27 changed files with 747 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/blogs/BlogsList.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="mt-5">
<p class="subtitle" data-aos="fade-right">
Blogs
Blog
</p>
<h1 data-aos="fade-left">All things Kestra</h1>
<h5 data-aos="fade-right">Company news, product updates, and engineering deep dives.</h5>
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Blogs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import {useAsyncData} from "#imports";
const {data: blogs} = await useAsyncData(
`Blogs`,
`Blog`,
() => queryContent("/blogs/")
.sort({ date: -1 })
.without('unused-key')
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="col-6 col-lg-2 mb-3">
<h5>Community</h5>
<ul class="list-unstyled">
<li class="mb-2"><NuxtLink href="/blogs">Blogs</NuxtLink></li>
<li class="mb-2"><NuxtLink href="/blogs">Blog</NuxtLink></li>
<li class="mb-2"><a href="https://kestra.io/slack" target="_blank">Slack</a></li>
<li class="mb-2"><a href="https://github.com/kestra-io" target="_blank">Github</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<li class="nav-item">
<NuxtLink class="nav-link" href="/blogs" role="button" @click="globalClick(true)">
<span>
Blogs
Blog
</span>
</NuxtLink>
</li>
Expand Down
Loading

1 comment on commit b3206f0

@vercel
Copy link

@vercel vercel bot commented on b3206f0 Aug 3, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io-git-main-kestra.vercel.app
kestra-io.vercel.app
kestra-io-kestra.vercel.app

Please sign in to comment.