Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/bypass-codeowner-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
bypass_approval:
runs-on: ubuntu-latest
env:
ACTION_TOKEN_SS: ${{ secrets.ACTIONTOKEN }}
ACTION_TOKEN_SS: ${{ secrets.ACTIONTOKEN_SS }}
ACTION_TOKEN_YS: ${{ secrets.ACTIONTOKEN_YS }}
steps:
- name: Approve PR if author is a code owner
Expand Down
38 changes: 19 additions & 19 deletions data-explorer/kusto/management/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ items:
items:
- name: Best practices for schema management
href: management-best-practices.md
- name: Avrotize k2a tool
href: /kusto/management/tools/avrotize.md
- name: Clusters
items:
- name: .execute cluster script command
Expand Down Expand Up @@ -123,6 +121,8 @@ items:
href: show-table-schema-command.md
- name: .clear table data command
href: clear-table-data-command.md
- name: Avrotize k2a tool
href: ../tools/avrotize.md
- name: External tables
items:
- name: Azure Storage external tables
Expand Down Expand Up @@ -255,23 +255,6 @@ items:
- name: .alter-merge table column-docstrings command
displayName: .alter-merge column-docstrings
href: alter-merge-table-column.md
- name: Ingestion mappings
items:
- name: Ingestion mappings overview
href: mappings.md
displayName: schema mappings, data mappings
- name: "CSV mapping"
href: csv-mapping.md
- name: "JSON mapping"
href: json-mapping.md
- name: "AVRO mapping"
href: avro-mapping.md
- name: "Parquet mapping"
href: parquet-mapping.md
- name: "ORC mapping"
href: orc-mapping.md
- name: "W3CLOGFILE mapping"
href: w3c-log-file-mapping.md
- name: Functions
items:
- name: Stored functions management overview
Expand Down Expand Up @@ -810,6 +793,23 @@ items:
href: ../ingestion-supported-formats.md
- name: Ingestion properties
href: ../ingestion-properties.md
- name: Ingestion mappings
items:
- name: Ingestion mappings overview
href: mappings.md
displayName: schema mappings, data mappings
- name: "CSV mapping"
href: csv-mapping.md
- name: "JSON mapping"
href: json-mapping.md
- name: "AVRO mapping"
href: avro-mapping.md
- name: "Parquet mapping"
href: parquet-mapping.md
- name: "ORC mapping"
href: orc-mapping.md
- name: "W3CLOGFILE mapping"
href: w3c-log-file-mapping.md
- name: .ingest-into
displayName: .ingest into, pull data, pulling ingestion
href: data-ingestion/ingest-into-command.md
Expand Down
Loading