Power BI | Push dataset rows on Hybrid dataset
Explains a JSON payload issue when pushing data to a Power BI Hybrid dataset and provides a workaround using the correct REST API structure.
Explains a JSON payload issue when pushing data to a Power BI Hybrid dataset and provides a workaround using the correct REST API structure.
Explains how the Azure CLI securely stores and manages OAuth access tokens locally to authenticate users between command executions.
How to manually delete a Kafka Connect connector by writing a tombstone message to its internal config topic using kafkacat.
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
A technical guide on automating the restart of failed Kafka Connect tasks using bash scripts and the REST API.
A tutorial on using Azure Logic Apps to automate posting new Meetup event announcements into Microsoft Teams via Adaptive Cards.
Explains how to delete a Kafka Connect connector by directly modifying its configuration topic when the REST API is unavailable.
A technical guide on how to read Kafka Connect offset data using the Confluent REST Proxy over HTTP, including example commands.
A guide to terminating all running KSQL queries and dropping streams/tables using curl, jq, and xargs commands.
A technical guide demonstrating how to use the HTTPie command-line tool to produce and consume messages via the Confluent Kafka REST Proxy.
A guide to implementing data validation and proper error response handling for REST APIs, covering validation rules and the Problem Details standard.
Learn how to connect AWS API Gateway directly to SNS using a service integration, bypassing the need for custom compute like Lambda.
A guide to setting up toast notifications for Azure Pipelines build status using PowerShell Universal Dashboard and BurntToast.
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.
A quick reference guide for using the KSQL REST API, including curl examples for queries, statements, and runtime statistics.
A quick reference cheatsheet for common Confluent Schema Registry REST API commands, including authentication and curl examples.
A tutorial on building a REST API using Node.js, Express, and PostgreSQL, covering setup, database connection, and server configuration.
Useful command-line snippets for managing Kafka Connect connectors via its REST API, including listing and deleting connectors.
A tutorial on developing and deploying a Java Spring Boot REST application to Oracle Cloud's Application Container Cloud service.
A tutorial on building a GraphQL server with Node.js, comparing it to REST APIs and demonstrating how to reduce over-fetching.