Hybrid Virtual Group

Hybrid Virtual Group

The Hybrid Virtual Group covers Cloud and On-premises technology stacks including hybrid deployments with a focus on the Microsoft Cloud and Data Platform. We host bi-weekly webinars with industry experts and seek to grow your skills in these areas for free!

Fabric in an hour

Fabric in an hour

Power BI and the Dataverse

Power BI and the Dataverse

Azure DevOps Duet

Azure DevOps Duet

Power BI dataflows deep dive

Power BI dataflows deep dive

Пікірлер

  • @sallieworsley2867
    @sallieworsley28679 күн бұрын

    Thank you for putting this together, it is informative and useful.

  • @SanderSchmeitz
    @SanderSchmeitzАй бұрын

    Awesome tutorial! I got my OAUTH2 flow working as well! Only question that I have is: What Sink did you configure in the 'Copy Xero Invoices' copy activity? In my case I want to send data from system A to system B, but I think I just have to use two Web activities (Get and Post/Put) instead of a Copy activity (because I think they don't support POST/PUT in the Sink of a Copy Activity).

  • @user-bk2jp1xz1v
    @user-bk2jp1xz1v4 ай бұрын

    Thank you very much for this video. I have a question: How can I install TensorFlow in SQL Server 2019?

  • @roberteckman8102
    @roberteckman81024 ай бұрын

    Thank you for this wonderful introduction and overview of the Power BI Activity logs and methods of collecting that data.

  • @SachinGupta-nh5vy
    @SachinGupta-nh5vy5 ай бұрын

    where will i get Auth URL and Access Token URL? please help

  • @JMo268
    @JMo2685 ай бұрын

    So is postman or other third party tool required to configure Oath between ADF and your example cloud app?

  • @tausifhanif8026
    @tausifhanif80266 ай бұрын

    great video

  • @avinashkale5019
    @avinashkale50196 ай бұрын

    Great video and very nicely explained. I liked to understand how you used the Azure Key Vault to securely save the token/url etc to use for the API calls or is any code publish in Git Repo, if yes please share the link. Thanks in advance.

  • @rashane1000
    @rashane10007 ай бұрын

    new sub here! thanks for this awesome content! keep it coming 😊

  • @DM-py7pj
    @DM-py7pj8 ай бұрын

    Really appreciate the multi-language presentation. There is now ARULESPY package for exploring association rules and frequent Itemsets in Python. Would love to see you do a video on that.

  • @Haradev511
    @Haradev5118 ай бұрын

    Can I preview sample data of source like I do in ADF copy activity ?How downstream can use purview output like data catalog etc...?

  • @carloscantu75
    @carloscantu759 ай бұрын

    Great content, thanks for sharing!

  • @user-yj9rv7us4x
    @user-yj9rv7us4x9 ай бұрын

    Very well explained

  • @caseyspaulding
    @caseyspaulding10 ай бұрын

    Thank you

  • @TenMinuteKQL
    @TenMinuteKQL11 ай бұрын

    Great session, thank you for contributing to the KQL learning community!

  • @pawewrona9749
    @pawewrona9749 Жыл бұрын

    Nice way to measure the adoption. On the other hand, there are some pretty expensive formulas you are using here. with FILTER function taking full table as a first argument.

  • @Ravichandra-fi5ks
    @Ravichandra-fi5ks Жыл бұрын

    I hope you keep on doing what you are doing. 🙂

  • @Ferruccio_Guicciardi
    @Ferruccio_Guicciardi Жыл бұрын

    Thanks for sharing. Interesting.

  • @HakeemLawrence
    @HakeemLawrence Жыл бұрын

    Hi, where can I go for legitimate DevOps training?

  • @viveknimmagadda2397
    @viveknimmagadda2397 Жыл бұрын

    Thank you for the detailed explanation. I had followed all the steps as explained here. However, when I create the web activity in ADF to refresh the Xero access token, I keep getting the error "invalid_client" with error code 2108. It works perfectly fine when in Postman and when I look into the input of the web activity, the Authorization and grant_type are exactly in sync with that of Postman. Tried searching for the same error on the internet but wasn't successful.

  • @user-gc1jr1uh1f
    @user-gc1jr1uh1f Жыл бұрын

    Hello and thank you for this video. I tried to follow your steps for Power BI Auto ML, but the only difference is that I'm using a SharePoint document. Unfortunately, I have encountered multiple problems which I managed to correct except for this one: "DataSource.Error: An error occurred while reading data from the provider: 'Client attempted to make a remote call from environment PowerQueryOnline, but remote calls are disabled for this workload.' Details: DataSourceKind = AIFunctions, DataSourcePath = AIFunctions." Does anyone have an idea on how to solve this?

  • @noahhadro8213
    @noahhadro8213 Жыл бұрын

    what is the "GetSnapshots" activity

  • @NK-xw4uu
    @NK-xw4uu Жыл бұрын

    This is invaluable, clear and very professional

  • @alikh1984
    @alikh1984 Жыл бұрын

    Great Stuff, thank you for this!

  • @harryschmidt4629
    @harryschmidt4629 Жыл бұрын

    'Promosm' 💥

  • @noahhadro8213
    @noahhadro8213 Жыл бұрын

    is there a place that shows what each operation means?

  • @geoffreyhibon2651
    @geoffreyhibon2651 Жыл бұрын

    Amazing Pres! Thanks a lot

  • @saurabhtalele1537
    @saurabhtalele1537 Жыл бұрын

    cool content....

  • @ris9hi
    @ris9hi Жыл бұрын

    I see, you have implemented refresh grant type in ADF, do I need to run the Auth code flow in Postman first and get the refresh token and use the same refresh token in ADF with grant type as refresh?

  • @MartinSchoombee
    @MartinSchoombee Жыл бұрын

    Yes, you need to go through the Auth flow outside of ADF first in order to get your first set of tokens. After that, you can use those tokens in ADF to get a new refresh token.

  • @tbuck51
    @tbuck51 Жыл бұрын

    Great video! Question. I see that the refresh token is updated in Key Vault with a PUT operation, where does the Access Token get saved? Does it get saved under a secret in key vault. I am working on a Quickbooks Online integration that requires a "client secret" and "refresh token" in the linked service

  • @MartinSchoombee
    @MartinSchoombee Жыл бұрын

    Thank you! Yes, I like to save the access token, refresh token and client secret all in Key Vault. The access token is saved in a similar fashion to the refresh token. Because of the fact that the client secret doesn't change, you can add that to the Key Vault manually and don't have to do it as part of the pipeline. A word of caution regarding the QuickBooks linked service, as I am dealing with it on another project...don't use it. Use the native REST linked service for REST APIs...the built-in linked services usually don't do a good job of dealing with the nuances the different vendors like to implement.

  • @tbuck51
    @tbuck51 Жыл бұрын

    @@MartinSchoombee Thank you for the heads up! Its always a risk when trying to use Preview features as it is. I will try out the REST API connector instead. I appreciate all of your help and great explanations!

  • @tbuck51
    @tbuck51 Жыл бұрын

    @@MartinSchoombee Is there any chance that you may have a tutorial of the QuickBooks Online integration that you are working on as well?

  • @MartinSchoombee
    @MartinSchoombee Жыл бұрын

    @@tbuck51 Not specific to QuickBooks, but have a look at my blog series on the topic...the logic should be virtually identical to what I have there.

  • @tbuck51
    @tbuck51 Жыл бұрын

    @@MartinSchoombee Will do! Thank you!

  • @JohnOC4U
    @JohnOC4U Жыл бұрын

    Posts such as this our the lifeblood of data engineers!! People such as Martin should be congratulated for going to the trouble to share this type of content! Brilliantly explained. Incredibly useful. Thank you.

  • @HybridVirtualGroup
    @HybridVirtualGroup Жыл бұрын

    Thank you for your kind feedback. We agree, Martin is a superstar.

  • @MartinSchoombee
    @MartinSchoombee Жыл бұрын

    Thank you very much for the kind words, John. Comments like these help motivate us to keep going, knowing that we were able to help some folks.

  • @anil1kuna
    @anil1kuna Жыл бұрын

    Thanks.... my lots of confusion got resolved now... again many thanks....

  • @HybridVirtualGroup
    @HybridVirtualGroup Жыл бұрын

    Use the following timings to jump to your content of interest: 00:00 Introduction 02:10 Paginated Reports just got easier! 07:44 New TSQL functions in SQL Server 2022 20:18 The 10 commandments of ETL 30:41 Top 3 Tips for Managing Security in Power BI 41:24 Quiz Bowl 2022

  • @kinkane5566
    @kinkane5566 Жыл бұрын

    This really helped me get started with composer

  • @KevinParijs
    @KevinParijs Жыл бұрын

    Thanks for this information! Very well explained

  • @eziola
    @eziola Жыл бұрын

    Great video! So helpful, and great job explaining everything. That being said, I believe you forgot the step where you have to add an "Access Policy" that includes the Key Permissions for the Data Factory.

  • @MartinSchoombee
    @MartinSchoombee Жыл бұрын

    Yes, good catch thank you :-)

  • @EasyDataEngineering
    @EasyDataEngineering9 ай бұрын

    What exactly is meant by what you said? I am getting an error that says "AKV10000: Request is missing a Bearer or PoP token." which I think is related to creating an access policy; however, when I click on Access Policy it says that everything is handled in the Access Control (IAM) page

  • @deficryptoborg4056
    @deficryptoborg4056 Жыл бұрын

    Great video. Do u have a link to the excel framework you demonstrated?

  • @GauravSharma-en3oq
    @GauravSharma-en3oq Жыл бұрын

    Hi, getting an error which means "can't connect to the azure cognitive services with the anonymous access ". Please help how to fix it

  • @mohanpanga7794
    @mohanpanga7794 Жыл бұрын

    This is amazing, I liked how you used the Azure Key Vault to securely save the token/url etc to use for the API calls.

  • @HybridVirtualGroup
    @HybridVirtualGroup Жыл бұрын

    Use the following timings to jump to your content of interest: 00:00 Introduction 02:22 What is OAuth 03:44 The Authorization Flow 11:20 Testing APIs (with Postman) 36:08 Azure Data Factory - Linked Services, Datasets & Pipelines 48:09 Questions

  • @johng5295
    @johng5295 Жыл бұрын

    Thanks in a million this content is second to none! Very well explained, and easy to follow. This is the nth time that I am revisiting this course in full. Great content. Awesome. I couldn't find this explanation--simply put anywhere else. “Great teachers are hard to find”. Grade: A++

  • @vishnusajeevan2288
    @vishnusajeevan22882 жыл бұрын

    Thanks Wolfgang.

  • @HybridVirtualGroup
    @HybridVirtualGroup2 жыл бұрын

    Use the following timings to jump to your content of interest: 00:00 Introduction 02:14 The problem and/or opportunity for techies 04:16 Developer Velocity 17:38 Microsoft increased DV through DevOps 24:02 Actions 54:27 Questions

  • @funwithazure1861
    @funwithazure18612 жыл бұрын

    Thanks Wolfgang. Good material and easily explained

  • @srikantha7290
    @srikantha72902 жыл бұрын

    Sir , i need training for Azure Data Engineer please suggest 🙏

  • @HybridVirtualGroup
    @HybridVirtualGroup2 жыл бұрын

    Use the following timings to jump to your content of interest: 00:00 Introduction 03:41 What is Azure Data Explorer 12:00 Architecture 16:00 Azure Data Explorer output plug-in for Telegraf 17:22 Getting Started 19:45 Demo 50:33 Questions

  • @HybridVirtualGroup
    @HybridVirtualGroup2 жыл бұрын

    Use the following timings to jump to your content of interest: 00:00 Introduction 00:44 Why is this relevant? 03:54 Main presentation 52:45 Summary 53:52 Questions

  • @HybridVirtualGroup
    @HybridVirtualGroup2 жыл бұрын

    Use the following timings to jump to your content of interest: 00:00 Introduction 01:27 Demo 1: Creating Synapse workspace 07:08 What's new in Azure Synapse Analytics? 09:45 Demo 2: A quick tour of Synapse Pools (including Data Explorer Pools) 20:27 Demo 3: Synapse Workspace configuration 22:35 Demo 4: SQL Pools and Synapse Studio 29:06 Demo 5: Using SQL Server Management Studio 30:37 Demo 7: Monitoring and Visualisation 37:01 Demo 8: Spark Pool 39:36 Demo 9: Synapse Pipelines 42:12 Demo 10: Other bits and pieces (OPENROWSET, Templates, Release notes) 47:54 Questions

  • @diynajohnson8803
    @diynajohnson88032 жыл бұрын

    Where did you get your test data?

  • @HybridVirtualGroup
    @HybridVirtualGroup2 жыл бұрын

    Use the following timings to jump to your content of interest: 00:00 Introduction 00:44 Why Azure Arc 11:47 Demo 37:09 Wrap up and links 37:48 Questions