diff --git a/.github/workflows/bypass-codeowner-approval.yml b/.github/workflows/bypass-codeowner-approval.yml index a75cec42d9..43651aa887 100644 --- a/.github/workflows/bypass-codeowner-approval.yml +++ b/.github/workflows/bypass-codeowner-approval.yml @@ -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 diff --git a/data-explorer/kusto/management/toc.yml b/data-explorer/kusto/management/toc.yml index bd076c05cd..4753d090a6 100644 --- a/data-explorer/kusto/management/toc.yml +++ b/data-explorer/kusto/management/toc.yml @@ -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 @@ -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 @@ -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 @@ -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