This is an automated email from the ASF dual-hosted git repository.

vinish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


The following commit(s) were added to refs/heads/main by this push:
     new 30414f4b 2 new blogs
30414f4b is described below

commit 30414f4b1515f09387c9ce2e27e1652591745d00
Author: dipankarmazumdar <[email protected]>
AuthorDate: Tue Nov 26 13:21:22 2024 -0500

    2 new blogs
    
    Remove my_config.yaml from repository
    
    Ignore my_config.yaml
---
 .gitignore                                            |   1 +
 website/blog/microsoft_fabric.mdx                     |  18 ++++++++++++++++++
 website/blog/soumil_sync.mdx                          |  18 ++++++++++++++++++
 .../ms_fabric/iceberg-shortcut-diagram-1024x576-3.png | Bin 0 -> 128759 bytes
 .../static/images/blog/soumil_aws/1732278614623.png   | Bin 0 -> 82202 bytes
 5 files changed, 37 insertions(+)

diff --git a/.gitignore b/.gitignore
index 36ccbeba..200e3528 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ target/
 *.crc
 demo/jars/*
 demo/notebook/.ipynb_checkpoints/*
+my_config.yaml
diff --git a/website/blog/microsoft_fabric.mdx 
b/website/blog/microsoft_fabric.mdx
new file mode 100644
index 00000000..4b7fb581
--- /dev/null
+++ b/website/blog/microsoft_fabric.mdx
@@ -0,0 +1,18 @@
+---
+title: "Store and access your Iceberg data in OneLake using Snowflake and 
shortcuts (via Apache XTable)"
+author: Matthew Hicks
+category: blog
+image: images/blog/ms_fabric/iceberg-shortcut-diagram-1024x576-3.png
+tags:
+- xtable
+- interoperability
+- iceberg
+- delta
+- Microsoft Fabric
+- Snowflake
+date: 2024-11-14
+---
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect 
url="https://blog.fabric.microsoft.com/en-us/blog/store-and-use-your-snowflake-iceberg-data-in-onelake?ft=All";>Redirecting...
 please wait!! </Redirect>
\ No newline at end of file
diff --git a/website/blog/soumil_sync.mdx b/website/blog/soumil_sync.mdx
new file mode 100644
index 00000000..d01f3ab0
--- /dev/null
+++ b/website/blog/soumil_sync.mdx
@@ -0,0 +1,18 @@
+---
+title: "Sync Tables in Hudi|Delta|Iceberg with XTable and AWS Lambda: 
Automate, Schedule, or Trigger On-Demand"
+author: Soumil Shah
+category: blog
+image: images/blog/soumil_aws/1732278614623.png
+tags:
+- xtable
+- interoperability
+- hudi
+- iceberg
+- delta
+- AWS
+date: 2024-11-22
+---
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect 
url="https://www.linkedin.com/pulse/sync-tables-all-three-formatshudideltaiceberg-xtable-aws-soumil-shah-3znxf/?trackingId=kU48ZQ7XTi2whOMw0tuHIg%3D%3D";>Redirecting...
 please wait!! </Redirect>
\ No newline at end of file
diff --git 
a/website/static/images/blog/ms_fabric/iceberg-shortcut-diagram-1024x576-3.png 
b/website/static/images/blog/ms_fabric/iceberg-shortcut-diagram-1024x576-3.png
new file mode 100644
index 00000000..45fb078d
Binary files /dev/null and 
b/website/static/images/blog/ms_fabric/iceberg-shortcut-diagram-1024x576-3.png 
differ
diff --git a/website/static/images/blog/soumil_aws/1732278614623.png 
b/website/static/images/blog/soumil_aws/1732278614623.png
new file mode 100644
index 00000000..be97a7d2
Binary files /dev/null and 
b/website/static/images/blog/soumil_aws/1732278614623.png differ

Reply via email to