├── .github ├── ISSUE_TEMPLATE │ └── notes-request.md └── workflows │ └── static.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── LICENSE-CODE ├── README.md ├── SECURITY.md └── notes ├── 01-welcome.md ├── 01-welcome.png ├── 02-understand-fabric-ui.md ├── 02-understand-fabric-ui.png ├── 03-fabric-saas-product.md ├── 03-fabric-saas-product.png ├── 04-lakehouse-vs-warehouse.md ├── 04-lakehouse-vs-warehouse.png ├── 05-fabric-artifacts-all.md ├── 05-fabric-artifacts-all.png ├── 06-what-is-fabric.md ├── 06-what-is-fabric.png ├── 07-4-ways-learn-fabric.md ├── 07-4-ways-learn-fabric.png ├── 08-fabric-lingo-part-1.md ├── 08-fabric-lingo-part-1.png ├── 09-onelake-visually.md ├── 09-onelake-visually.png ├── 10-parquet-format.md ├── 10-parquet-format.png ├── 11-onelake-shortcuts.md ├── 11-onelake-shortcuts.png ├── 12-sql-endpoints.md ├── 12-sql-endpoints.png ├── 13-fabric-licensing.md ├── 13-fabric-licensing.png ├── 14-direct-lake.md ├── 14-direct-lake.png ├── 15-fabric-icons.md ├── 15-fabric-icons.png ├── 16-create-delta-tables-spark.md ├── 16-create-delta-tables-spark.png ├── 17-spark-tables-managed-vs-external.md ├── 17-spark-tables-managed-vs-external.png ├── 18-relational-to-star-schema.md ├── 18-relational-to-star-schema.png ├── 19-ingest-data-datawarehouse.md ├── 19-ingest-data-datawarehouse.png ├── 999-coming-soon.md ├── 999-coming-soon.png └── test-blank-note.md /.github/ISSUE_TEMPLATE/notes-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/.github/ISSUE_TEMPLATE/notes-request.md -------------------------------------------------------------------------------- /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/SECURITY.md -------------------------------------------------------------------------------- /notes/01-welcome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/01-welcome.md -------------------------------------------------------------------------------- /notes/01-welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/01-welcome.png -------------------------------------------------------------------------------- /notes/02-understand-fabric-ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/02-understand-fabric-ui.md -------------------------------------------------------------------------------- /notes/02-understand-fabric-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/02-understand-fabric-ui.png -------------------------------------------------------------------------------- /notes/03-fabric-saas-product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/03-fabric-saas-product.md -------------------------------------------------------------------------------- /notes/03-fabric-saas-product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/03-fabric-saas-product.png -------------------------------------------------------------------------------- /notes/04-lakehouse-vs-warehouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/04-lakehouse-vs-warehouse.md -------------------------------------------------------------------------------- /notes/04-lakehouse-vs-warehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/04-lakehouse-vs-warehouse.png -------------------------------------------------------------------------------- /notes/05-fabric-artifacts-all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/05-fabric-artifacts-all.md -------------------------------------------------------------------------------- /notes/05-fabric-artifacts-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/05-fabric-artifacts-all.png -------------------------------------------------------------------------------- /notes/06-what-is-fabric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/06-what-is-fabric.md -------------------------------------------------------------------------------- /notes/06-what-is-fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/06-what-is-fabric.png -------------------------------------------------------------------------------- /notes/07-4-ways-learn-fabric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/07-4-ways-learn-fabric.md -------------------------------------------------------------------------------- /notes/07-4-ways-learn-fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/07-4-ways-learn-fabric.png -------------------------------------------------------------------------------- /notes/08-fabric-lingo-part-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/08-fabric-lingo-part-1.md -------------------------------------------------------------------------------- /notes/08-fabric-lingo-part-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/08-fabric-lingo-part-1.png -------------------------------------------------------------------------------- /notes/09-onelake-visually.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/09-onelake-visually.md -------------------------------------------------------------------------------- /notes/09-onelake-visually.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/09-onelake-visually.png -------------------------------------------------------------------------------- /notes/10-parquet-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/10-parquet-format.md -------------------------------------------------------------------------------- /notes/10-parquet-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/10-parquet-format.png -------------------------------------------------------------------------------- /notes/11-onelake-shortcuts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/11-onelake-shortcuts.md -------------------------------------------------------------------------------- /notes/11-onelake-shortcuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/11-onelake-shortcuts.png -------------------------------------------------------------------------------- /notes/12-sql-endpoints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/12-sql-endpoints.md -------------------------------------------------------------------------------- /notes/12-sql-endpoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/12-sql-endpoints.png -------------------------------------------------------------------------------- /notes/13-fabric-licensing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/13-fabric-licensing.md -------------------------------------------------------------------------------- /notes/13-fabric-licensing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/13-fabric-licensing.png -------------------------------------------------------------------------------- /notes/14-direct-lake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/14-direct-lake.md -------------------------------------------------------------------------------- /notes/14-direct-lake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/14-direct-lake.png -------------------------------------------------------------------------------- /notes/15-fabric-icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/15-fabric-icons.md -------------------------------------------------------------------------------- /notes/15-fabric-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/15-fabric-icons.png -------------------------------------------------------------------------------- /notes/16-create-delta-tables-spark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/16-create-delta-tables-spark.md -------------------------------------------------------------------------------- /notes/16-create-delta-tables-spark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/16-create-delta-tables-spark.png -------------------------------------------------------------------------------- /notes/17-spark-tables-managed-vs-external.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/17-spark-tables-managed-vs-external.md -------------------------------------------------------------------------------- /notes/17-spark-tables-managed-vs-external.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/17-spark-tables-managed-vs-external.png -------------------------------------------------------------------------------- /notes/18-relational-to-star-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/18-relational-to-star-schema.md -------------------------------------------------------------------------------- /notes/18-relational-to-star-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/18-relational-to-star-schema.png -------------------------------------------------------------------------------- /notes/19-ingest-data-datawarehouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/19-ingest-data-datawarehouse.md -------------------------------------------------------------------------------- /notes/19-ingest-data-datawarehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/19-ingest-data-datawarehouse.png -------------------------------------------------------------------------------- /notes/999-coming-soon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/999-coming-soon.md -------------------------------------------------------------------------------- /notes/999-coming-soon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fabricnotes/HEAD/notes/999-coming-soon.png -------------------------------------------------------------------------------- /notes/test-blank-note.md: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------